Uses of Class
com.ibm.cloud.is.vpc.v1.model.ShareSnapshot
Packages that use ShareSnapshot
Package
Description
Virtual Private Cloud API v1.
-
Uses of ShareSnapshot in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type ShareSnapshotModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall
<ShareSnapshot> Vpc.createShareSnapshot
(CreateShareSnapshotOptions createShareSnapshotOptions) Create a snapshot for a file share.com.ibm.cloud.sdk.core.http.ServiceCall
<ShareSnapshot> Vpc.deleteShareSnapshot
(DeleteShareSnapshotOptions deleteShareSnapshotOptions) Delete a share snapshot.com.ibm.cloud.sdk.core.http.ServiceCall
<ShareSnapshot> Vpc.getShareSnapshot
(GetShareSnapshotOptions getShareSnapshotOptions) Retrieve a share snapshot.com.ibm.cloud.sdk.core.http.ServiceCall
<ShareSnapshot> Vpc.updateShareSnapshot
(UpdateShareSnapshotOptions updateShareSnapshotOptions) Update a share snapshot. -
Uses of ShareSnapshot in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type ShareSnapshotModifier and TypeMethodDescriptionShareSnapshotsPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.ShareSnapshotsPager.getNext()
Returns the next page of results.ShareSnapshotCollection.getSnapshots()
Gets the snapshots.