Class FailureDomain

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<FailureDomainBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class FailureDomain
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<FailureDomainBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    FailureDomain holds the region and zone failure domain and the vCenter topology of that failure domain.
    See Also:
    Serialized Form
    • Constructor Detail

      • FailureDomain

        public FailureDomain()
        No args constructor for use in serialization
    • Method Detail

      • getName

        public String getName()
        name defines the name of the FailureDomain This name is arbitrary but will be used in VSpherePlatformDeploymentZone for association.
      • setName

        public void setName​(String name)
        name defines the name of the FailureDomain This name is arbitrary but will be used in VSpherePlatformDeploymentZone for association.
      • getRegion

        public String getRegion()
        region defines a FailureDomainCoordinate which includes the name of the vCenter tag, the failure domain type and the name of the vCenter tag category.
      • setRegion

        public void setRegion​(String region)
        region defines a FailureDomainCoordinate which includes the name of the vCenter tag, the failure domain type and the name of the vCenter tag category.
      • getServer

        public String getServer()
        server is the fully-qualified domain name or the IP address of the vCenter server.
      • setServer

        public void setServer​(String server)
        server is the fully-qualified domain name or the IP address of the vCenter server.
      • getTopology

        public Topology getTopology()
        FailureDomain holds the region and zone failure domain and the vCenter topology of that failure domain.
      • setTopology

        public void setTopology​(Topology topology)
        FailureDomain holds the region and zone failure domain and the vCenter topology of that failure domain.
      • getZone

        public String getZone()
        zone defines a VSpherePlatformFailureDomain which includes the name of the vCenter tag, the failure domain type and the name of the vCenter tag category.
      • setZone

        public void setZone​(String zone)
        zone defines a VSpherePlatformFailureDomain which includes the name of the vCenter tag, the failure domain type and the name of the vCenter tag category.
      • getAdditionalProperties

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

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

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