Class FailureDomain
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.vsphere.v1.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 Summary
Constructors Constructor Description FailureDomain()No args constructor for use in serializationFailureDomain(String name, String region, String server, Topology topology, String zone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FailureDomainBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name defines the name of the FailureDomain This name is arbitrary but will be used in VSpherePlatformDeploymentZone for association.StringgetRegion()region defines a FailureDomainCoordinate which includes the name of the vCenter tag, the failure domain type and the name of the vCenter tag category.StringgetServer()server is the fully-qualified domain name or the IP address of the vCenter server.TopologygetTopology()FailureDomain holds the region and zone failure domain and the vCenter topology of that failure domain.StringgetZone()zone defines a VSpherePlatformFailureDomain which includes the name of the vCenter tag, the failure domain type and the name of the vCenter tag category.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)name defines the name of the FailureDomain This name is arbitrary but will be used in VSpherePlatformDeploymentZone for association.voidsetRegion(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.voidsetServer(String server)server is the fully-qualified domain name or the IP address of the vCenter server.voidsetTopology(Topology topology)FailureDomain holds the region and zone failure domain and the vCenter topology of that failure domain.voidsetZone(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.FailureDomainBuildertoBuilder()
-
-
-
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.
-
edit
public FailureDomainBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<FailureDomainBuilder>
-
toBuilder
public FailureDomainBuilder toBuilder()
-
-