StoragePoolsResource class
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
-
aggregatedList(String project, {String? filter, bool? includeAllScopes, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? serviceProjectNumber, String? $fields})
→ Future<StoragePoolAggregatedList>
-
Retrieves an aggregated list of storage pools.
-
delete(String project, String zone, String storagePool, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes the specified storage pool.
-
get(String project, String zone, String storagePool, {String? $fields})
→ Future<StoragePool>
-
Returns a specified storage pool.
-
getIamPolicy(String project, String zone, String resource, {int? optionsRequestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
insert(StoragePool request, String project, String zone, {String? requestId, String? $fields})
→ Future<Operation>
-
Creates a storage pool in the specified project using the data in the
request.
-
list(String project, String zone, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields})
→ Future<StoragePoolList>
-
Retrieves a list of storage pools contained within the specified zone.
-
listDisks(String project, String zone, String storagePool, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields})
→ Future<StoragePoolListDisks>
-
Lists the disks in a specified storage pool.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setIamPolicy(ZoneSetPolicyRequest request, String project, String zone, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(TestPermissionsRequest request, String project, String zone, String resource, {String? $fields})
→ Future<TestPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(StoragePool request, String project, String zone, String storagePool, {String? requestId, String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the specified storagePool with the data included in the request.