ProjectsLocationsVolumesResource class

Constructors

ProjectsLocationsVolumesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
luns ProjectsLocationsVolumesLunsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshots ProjectsLocationsVolumesSnapshotsResource
no setter

Methods

evict(EvictVolumeRequest request, String name, {String? $fields}) Future<Operation>
Skips volume's cooloff and deletes it now.
get(String name, {String? $fields}) Future<Volume>
Get details of a single storage volume.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListVolumesResponse>
List storage volumes in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Volume request, String name, {String? updateMask, String? $fields}) Future<Operation>
Update details of a single storage volume.
rename(RenameVolumeRequest request, String name, {String? $fields}) Future<Volume>
RenameVolume sets a new name for a volume.
resize(ResizeVolumeRequest request, String volume, {String? $fields}) Future<Operation>
Emergency Volume resize.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited