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

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

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

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