Class BMC
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.baremetal.v1.BMC
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<BMCBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class BMC extends Object implements io.fabric8.kubernetes.api.builder.Editable<BMCBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
BMC stores the information about a baremetal host's management controller.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BMCBuilderedit()Map<String,Object>getAdditionalProperties()StringgetAddress()BMC stores the information about a baremetal host's management controller.BooleangetDisableCertificateVerification()BMC stores the information about a baremetal host's management controller.StringgetPassword()BMC stores the information about a baremetal host's management controller.StringgetUsername()BMC stores the information about a baremetal host's management controller.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAddress(String address)BMC stores the information about a baremetal host's management controller.voidsetDisableCertificateVerification(Boolean disableCertificateVerification)BMC stores the information about a baremetal host's management controller.voidsetPassword(String password)BMC stores the information about a baremetal host's management controller.voidsetUsername(String username)BMC stores the information about a baremetal host's management controller.BMCBuildertoBuilder()
-
-
-
Method Detail
-
getAddress
public String getAddress()
BMC stores the information about a baremetal host's management controller.
-
setAddress
public void setAddress(String address)
BMC stores the information about a baremetal host's management controller.
-
getDisableCertificateVerification
public Boolean getDisableCertificateVerification()
BMC stores the information about a baremetal host's management controller.
-
setDisableCertificateVerification
public void setDisableCertificateVerification(Boolean disableCertificateVerification)
BMC stores the information about a baremetal host's management controller.
-
getPassword
public String getPassword()
BMC stores the information about a baremetal host's management controller.
-
setPassword
public void setPassword(String password)
BMC stores the information about a baremetal host's management controller.
-
getUsername
public String getUsername()
BMC stores the information about a baremetal host's management controller.
-
setUsername
public void setUsername(String username)
BMC stores the information about a baremetal host's management controller.
-
edit
public BMCBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<BMCBuilder>
-
toBuilder
public BMCBuilder toBuilder()
-
-