Uses of Class
com.ibm.cloud.is.vpc.v1.model.SnapshotClone
-
Packages that use SnapshotClone Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of SnapshotClone in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type SnapshotClone Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<SnapshotClone>
Vpc. createSnapshotClone(CreateSnapshotCloneOptions createSnapshotCloneOptions)
Create a clone for a snapshot.com.ibm.cloud.sdk.core.http.ServiceCall<SnapshotClone>
Vpc. getSnapshotClone(GetSnapshotCloneOptions getSnapshotCloneOptions)
Retrieve a snapshot clone. -
Uses of SnapshotClone in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type SnapshotClone Modifier and Type Method Description List<SnapshotClone>
Snapshot. getClones()
Gets the clones.List<SnapshotClone>
SnapshotCloneCollection. getClones()
Gets the clones.
-