Class VSphereFailureDomain
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1.VSphereFailureDomain
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<VSphereFailureDomainBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class VSphereFailureDomain extends Object implements io.fabric8.kubernetes.api.builder.Editable<VSphereFailureDomainBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
VSphereFailureDomain configures failure domain information for the vSphere platform- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VSphereFailureDomain()No args constructor for use in serializationVSphereFailureDomain(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VSphereFailureDomainBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name of the failure domain in which the vSphere machine provider will create the VM.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)name of the failure domain in which the vSphere machine provider will create the VM.VSphereFailureDomainBuildertoBuilder()
-
-
-
Constructor Detail
-
VSphereFailureDomain
public VSphereFailureDomain()
No args constructor for use in serialization
-
VSphereFailureDomain
public VSphereFailureDomain(String name)
-
-
Method Detail
-
getName
public String getName()
name of the failure domain in which the vSphere machine provider will create the VM. Failure domains are defined in a cluster's config.openshift.io/Infrastructure resource. When balancing machines across failure domains, the control plane machine set will inject configuration from the Infrastructure resource into the machine providerSpec to allocate the machine to a failure domain.
-
setName
public void setName(String name)
name of the failure domain in which the vSphere machine provider will create the VM. Failure domains are defined in a cluster's config.openshift.io/Infrastructure resource. When balancing machines across failure domains, the control plane machine set will inject configuration from the Infrastructure resource into the machine providerSpec to allocate the machine to a failure domain.
-
edit
public VSphereFailureDomainBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<VSphereFailureDomainBuilder>
-
toBuilder
public VSphereFailureDomainBuilder toBuilder()
-
-