Class NutanixFailureDomain
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.NutanixFailureDomain
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NutanixFailureDomainBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NutanixFailureDomain extends Object implements io.fabric8.kubernetes.api.builder.Editable<NutanixFailureDomainBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NutanixFailureDomain configures failure domain information for the Nutanix platform.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NutanixFailureDomain()No args constructor for use in serializationNutanixFailureDomain(NutanixResourceIdentifier cluster, String name, List<NutanixResourceIdentifier> subnets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NutanixFailureDomainBuilderedit()Map<String,Object>getAdditionalProperties()NutanixResourceIdentifiergetCluster()NutanixFailureDomain configures failure domain information for the Nutanix platform.StringgetName()name defines the unique name of a failure domain.List<NutanixResourceIdentifier>getSubnets()subnets holds a list of identifiers (one or more) of the cluster's network subnets If the feature gate NutanixMultiSubnets is enabled, up to 32 subnets may be configured. for the Machine's VM to connect to.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCluster(NutanixResourceIdentifier cluster)NutanixFailureDomain configures failure domain information for the Nutanix platform.voidsetName(String name)name defines the unique name of a failure domain.voidsetSubnets(List<NutanixResourceIdentifier> subnets)subnets holds a list of identifiers (one or more) of the cluster's network subnets If the feature gate NutanixMultiSubnets is enabled, up to 32 subnets may be configured. for the Machine's VM to connect to.NutanixFailureDomainBuildertoBuilder()
-
-
-
Constructor Detail
-
NutanixFailureDomain
public NutanixFailureDomain()
No args constructor for use in serialization
-
NutanixFailureDomain
public NutanixFailureDomain(NutanixResourceIdentifier cluster, String name, List<NutanixResourceIdentifier> subnets)
-
-
Method Detail
-
getCluster
public NutanixResourceIdentifier getCluster()
NutanixFailureDomain configures failure domain information for the Nutanix platform.
-
setCluster
public void setCluster(NutanixResourceIdentifier cluster)
NutanixFailureDomain configures failure domain information for the Nutanix platform.
-
getName
public String getName()
name defines the unique name of a failure domain. Name is required and must be at most 64 characters in length. It must consist of only lower case alphanumeric characters and hyphens (-). It must start and end with an alphanumeric character. This value is arbitrary and is used to identify the failure domain within the platform.
-
setName
public void setName(String name)
name defines the unique name of a failure domain. Name is required and must be at most 64 characters in length. It must consist of only lower case alphanumeric characters and hyphens (-). It must start and end with an alphanumeric character. This value is arbitrary and is used to identify the failure domain within the platform.
-
getSubnets
public List<NutanixResourceIdentifier> getSubnets()
subnets holds a list of identifiers (one or more) of the cluster's network subnets If the feature gate NutanixMultiSubnets is enabled, up to 32 subnets may be configured. for the Machine's VM to connect to. The subnet identifiers (uuid or name) can be obtained from the Prism Central console or using the prism_central API.
-
setSubnets
public void setSubnets(List<NutanixResourceIdentifier> subnets)
subnets holds a list of identifiers (one or more) of the cluster's network subnets If the feature gate NutanixMultiSubnets is enabled, up to 32 subnets may be configured. for the Machine's VM to connect to. The subnet identifiers (uuid or name) can be obtained from the Prism Central console or using the prism_central API.
-
edit
public NutanixFailureDomainBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NutanixFailureDomainBuilder>
-
toBuilder
public NutanixFailureDomainBuilder toBuilder()
-
-