Class Zone
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.Zone
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Zone
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Zone.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getDataCenter
Gets the dataCenter. The physical data center assigned to this logical zone. If absent, no physical data center has been assigned.- Returns:
- the dataCenter
-
getHref
-
getName
-
getRegion
Gets the region. The region this zone resides in.- Returns:
- the region
-
getStatus
Gets the status. The status of the zone. - `available`: The zone is available to create and manage resources. - `impaired`: The zone's availability and performance to create and manage resources may be impaired. - `unavailable`: The zone is unavailable to create and manage resources. - `unassigned`: The zone has not been assigned to a physical zone. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the status
-
getUniversalName
Gets the universalName. The [universal name](https://cloud.ibm.com/docs/overview?topic=overview-locations#zone-mapping) for this zone. Will be absent if this zone has a `status` of `unassigned`.- Returns:
- the universalName
-