Package com.ibm.cloud.is.vpc.v1.model
Class SnapshotCloneCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.SnapshotCloneCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SnapshotCloneCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
SnapshotCloneCollection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SnapshotClone>
getClones()
Gets the clones.
-
-
-
Method Detail
-
getClones
public List<SnapshotClone> getClones()
Gets the clones. The clones for the snapshot.- Returns:
- the clones
-
-