Resource: StoragePoolTypesGetResponse
| JSON representation |
|---|
{ "resource" : { "kind" : string , "id" : string , "creationTimestamp" : string , "name" : string , "description" : string , "deprecated" : { "state" : enum , "replacement" : string , "deprecated" : string , "obsolete" : string , "deleted" : string } , "zone" : string , "selfLink" : string , "selfLinkWithId" : string , "minSizeGb" : string , "minPoolProvisionedCapacityGb" : string , "maxPoolProvisionedCapacityGb" : string , "minPoolProvisionedIops" : string , "maxPoolProvisionedIops" : string , "minPoolProvisionedThroughput" : string , "maxPoolProvisionedThroughput" : string , "supportedDiskTypes" : [ string ] } } |
| Fields | |
|---|---|
resource
|
|
resource.kind
|
Output only. Type of the resource. Always |
resource.id
|
Output only. The unique identifier for the resource. This identifier is defined by the server. |
resource.creationTimestamp
|
Output only. Creation timestamp in RFC3339 text format. |
resource.name
|
Output only. Name of the resource. |
resource.description
|
Output only. An optional description of this resource. |
resource.deprecated
|
Output only. The deprecation status associated with this storage pool type. |
resource.deprecated.state
|
The deprecation state of this resource. This can be |
resource.deprecated.replacement
|
The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource. |
resource.deprecated.deprecated
|
An optional RFC3339
timestamp on or after which the state of this resource is intended to change to |
resource.deprecated.obsolete
|
An optional RFC3339
timestamp on or after which the state of this resource is intended to change to |
resource.deprecated.deleted
|
An optional RFC3339
timestamp on or after which the state of this resource is intended to change to |
resource.zone
|
Output only. URL of the zone where the storage pool type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. |
resource.selfLink
|
Output only. Server-defined URL for the resource. |
resource.selfLinkWithId
|
Output only. Server-defined URL for this resource with the resource id. |
resource.minSizeGb
|
[Deprecated] This field is deprecated. Use minPoolProvisionedCapacityGb instead. |
resource.minPoolProvisionedCapacityGb
|
Output only. Minimum storage pool size in GB. |
resource.maxPoolProvisionedCapacityGb
|
Output only. Maximum storage pool size in GB. |
resource.minPoolProvisionedIops
|
Output only. Minimum provisioned IOPS. |
resource.maxPoolProvisionedIops
|
Output only. Maximum provisioned IOPS. |
resource.minPoolProvisionedThroughput
|
Output only. Minimum provisioned throughput. |
resource.maxPoolProvisionedThroughput
|
Output only. Maximum provisioned throughput. |
resource.supportedDiskTypes[]
|
Output only. The list of disk types supported in this storage pool type. |
Methods |
|
|---|---|
|
Retrieves an aggregated list of storage pool types. |
|
Returns the specified storage pool type. |
|
Retrieves a list of storage pool types available to the specified project. |

