Uses of Class
com.ibm.cloud.is.vpc.v1.model.SnapshotConsistencyGroup
-
Packages that use SnapshotConsistencyGroup Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of SnapshotConsistencyGroup in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type SnapshotConsistencyGroup Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<SnapshotConsistencyGroup>
Vpc. createSnapshotConsistencyGroup(CreateSnapshotConsistencyGroupOptions createSnapshotConsistencyGroupOptions)
Create a snapshot consistency group.com.ibm.cloud.sdk.core.http.ServiceCall<SnapshotConsistencyGroup>
Vpc. deleteSnapshotConsistencyGroup(DeleteSnapshotConsistencyGroupOptions deleteSnapshotConsistencyGroupOptions)
Delete a snapshot consistency group.com.ibm.cloud.sdk.core.http.ServiceCall<SnapshotConsistencyGroup>
Vpc. getSnapshotConsistencyGroup(GetSnapshotConsistencyGroupOptions getSnapshotConsistencyGroupOptions)
Retrieve a snapshot consistency group.com.ibm.cloud.sdk.core.http.ServiceCall<SnapshotConsistencyGroup>
Vpc. updateSnapshotConsistencyGroup(UpdateSnapshotConsistencyGroupOptions updateSnapshotConsistencyGroupOptions)
Update a snapshot consistency group. -
Uses of SnapshotConsistencyGroup in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type SnapshotConsistencyGroup Modifier and Type Method Description List<SnapshotConsistencyGroup>
SnapshotConsistencyGroupsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<SnapshotConsistencyGroup>
SnapshotConsistencyGroupsPager. getNext()
Returns the next page of results.List<SnapshotConsistencyGroup>
SnapshotConsistencyGroupCollection. getSnapshotConsistencyGroups()
Gets the snapshotConsistencyGroups.
-