ProjectsLocationsVolumesLunsResource class

Constructors

ProjectsLocationsVolumesLunsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

evict(EvictLunRequest request, String name, {String? $fields}) Future<Operation>
Skips lun's cooloff and deletes it now.
get(String name, {String? $fields}) Future<Lun>
Get details of a single storage logical unit number(LUN).
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListLunsResponse>
List storage volume luns for given storage volume.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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