Uses of Class
com.google.cloud.baremetalsolution.v2.VolumeSnapshotName
-
Packages that use VolumeSnapshotName Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of VolumeSnapshotName in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return VolumeSnapshotName Modifier and Type Method Description VolumeSnapshotName
VolumeSnapshotName.Builder. build()
static VolumeSnapshotName
VolumeSnapshotName. of(String project, String location, String volume, String snapshot)
static VolumeSnapshotName
VolumeSnapshotName. parse(String formattedString)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type VolumeSnapshotName Modifier and Type Method Description static List<VolumeSnapshotName>
VolumeSnapshotName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type VolumeSnapshotName Modifier and Type Method Description void
BareMetalSolutionClient. deleteVolumeSnapshot(VolumeSnapshotName name)
Deletes a volume snapshot.VolumeSnapshot
BareMetalSolutionClient. getVolumeSnapshot(VolumeSnapshotName name)
Returns the specified snapshot resource.com.google.api.gax.longrunning.OperationFuture<VolumeSnapshot,OperationMetadata>
BareMetalSolutionClient. restoreVolumeSnapshotAsync(VolumeSnapshotName volumeSnapshot)
Uses the specified snapshot to restore its parent volume.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type VolumeSnapshotName Modifier and Type Method Description static List<String>
VolumeSnapshotName. toStringList(List<VolumeSnapshotName> values)
-