Class 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
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)