Uses of Class
com.google.cloud.baremetalsolution.v2.VolumeName
-
Packages that use VolumeName Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of VolumeName in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return VolumeName Modifier and Type Method Description VolumeName
VolumeName.Builder. build()
static VolumeName
VolumeName. of(String project, String location, String volume)
static VolumeName
VolumeName. parse(String formattedString)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type VolumeName Modifier and Type Method Description static List<VolumeName>
VolumeName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type VolumeName Modifier and Type Method Description VolumeSnapshot
BareMetalSolutionClient. createVolumeSnapshot(VolumeName parent, VolumeSnapshot volumeSnapshot)
Takes a snapshot of a boot volume.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
BareMetalSolutionClient. evictVolumeAsync(VolumeName name)
Skips volume's cooloff and deletes it now.Volume
BareMetalSolutionClient. getVolume(VolumeName name)
Get details of a single storage volume.BareMetalSolutionClient.ListLunsPagedResponse
BareMetalSolutionClient. listLuns(VolumeName parent)
List storage volume luns for given storage volume.BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse
BareMetalSolutionClient. listVolumeSnapshots(VolumeName parent)
Retrieves the list of snapshots for the specified volume.Volume
BareMetalSolutionClient. renameVolume(VolumeName name, String newVolumeId)
RenameVolume sets a new name for a volume.com.google.api.gax.longrunning.OperationFuture<Volume,OperationMetadata>
BareMetalSolutionClient. resizeVolumeAsync(VolumeName volume, long sizeGib)
Emergency Volume resize.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type VolumeName Modifier and Type Method Description static List<String>
VolumeName. toStringList(List<VolumeName> values)
-