Package com.ibm.cloud.is.vpc.v1.model
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 Modifier and Type Class Description static interface
Zone.Status
The availability status of this zone.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHref()
Gets the href.String
getName()
Gets the name.RegionReference
getRegion()
Gets the region.String
getStatus()
Gets the status.
-
-
-
Method Detail
-
getHref
public String getHref()
Gets the href. The URL for this zone.- Returns:
- the href
-
getName
public String getName()
Gets the name. The globally unique name for this zone.- Returns:
- the name
-
getRegion
public RegionReference getRegion()
Gets the region. The region this zone resides in.- Returns:
- the region
-
getStatus
public String getStatus()
Gets the status. The availability status of this zone.- Returns:
- the status
-
-