Modifier and Type | Class and Description |
---|---|
class |
Compute.StoragePools.AggregatedList |
class |
Compute.StoragePools.Delete |
class |
Compute.StoragePools.Get |
class |
Compute.StoragePools.GetIamPolicy |
class |
Compute.StoragePools.Insert |
class |
Compute.StoragePools.List |
class |
Compute.StoragePools.ListDisks |
class |
Compute.StoragePools.SetIamPolicy |
class |
Compute.StoragePools.TestIamPermissions |
class |
Compute.StoragePools.Update |
Constructor and Description |
---|
StoragePools() |
Modifier and Type | Method and Description |
---|---|
Compute.StoragePools.AggregatedList |
aggregatedList(String project)
Retrieves an aggregated list of storage pools.
|
Compute.StoragePools.Delete |
delete(String project,
String zone,
String storagePool)
Deletes the specified storage pool.
|
Compute.StoragePools.Get |
get(String project,
String zone,
String storagePool)
Returns a specified storage pool.
|
Compute.StoragePools.GetIamPolicy |
getIamPolicy(String project,
String zone,
String resource)
Gets the access control policy for a resource.
|
Compute.StoragePools.Insert |
insert(String project,
String zone,
StoragePool content)
Creates a storage pool in the specified project using the data in the request.
|
Compute.StoragePools.List |
list(String project,
String zone)
Retrieves a list of storage pools contained within the specified zone.
|
Compute.StoragePools.ListDisks |
listDisks(String project,
String zone,
String storagePool)
Lists the disks in a specified storage pool.
|
Compute.StoragePools.SetIamPolicy |
setIamPolicy(String project,
String zone,
String resource,
ZoneSetPolicyRequest content)
Sets the access control policy on the specified resource.
|
Compute.StoragePools.TestIamPermissions |
testIamPermissions(String project,
String zone,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
Compute.StoragePools.Update |
update(String project,
String zone,
String storagePool,
StoragePool content)
Updates the specified storagePool with the data included in the request.
|
public Compute.StoragePools.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
public Compute.StoragePools.Delete delete(String project, String zone, String storagePool) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.storagePool
- Name of the storage pool to delete.IOException
public Compute.StoragePools.Get get(String project, String zone, String storagePool) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.storagePool
- Name of the storage pool to return.IOException
public Compute.StoragePools.GetIamPolicy getIamPolicy(String project, String zone, String resource) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.resource
- Name or id of the resource for this request.IOException
public Compute.StoragePools.Insert insert(String project, String zone, StoragePool content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.content
- the StoragePool
IOException
public Compute.StoragePools.List list(String project, String zone) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.IOException
public Compute.StoragePools.ListDisks listDisks(String project, String zone, String storagePool) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.storagePool
- Name of the storage pool to list disks of.IOException
public Compute.StoragePools.SetIamPolicy setIamPolicy(String project, String zone, String resource, ZoneSetPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.resource
- Name or id of the resource for this request.content
- the ZoneSetPolicyRequest
IOException
public Compute.StoragePools.TestIamPermissions testIamPermissions(String project, String zone, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.resource
- Name or id of the resource for this request.content
- the TestPermissionsRequest
IOException
public Compute.StoragePools.Update update(String project, String zone, String storagePool, StoragePool content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.storagePool
- The storagePool name for this request.content
- the StoragePool
IOException
Copyright © 2011–2024 Google. All rights reserved.