Package com.ibm.cloud.is.vpc.v1.model
Class SnapshotClone
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.SnapshotClone
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SnapshotClone extends com.ibm.cloud.sdk.core.service.model.GenericModel
SnapshotClone.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedAt()
Gets the createdAt.ZoneReference
getZone()
Gets the zone.Boolean
isAvailable()
Gets the available.
-
-
-
Method Detail
-
isAvailable
public Boolean isAvailable()
Gets the available. Indicates whether this snapshot clone is available for use.- Returns:
- the available
-
getCreatedAt
public Date getCreatedAt()
Gets the createdAt. The date and time that this snapshot clone was created.- Returns:
- the createdAt
-
getZone
public ZoneReference getZone()
Gets the zone. The zone this snapshot clone resides in.- Returns:
- the zone
-
-