REST Resource: storagePoolTypes

Resource: StoragePoolTypesGetResponse

JSON representation
{
  "resource": {
    object (StoragePoolType)
  }
}
Fields
resource

object (StoragePoolType)

StoragePoolType

JSON representation
{
  "kind": string,
  "id": string,
  "creationTimestamp": string,
  "name": string,
  "description": string,
  "deprecated": {
    object (DeprecationStatus)
  },
  "zone": string,
  "selfLink": string,
  "selfLinkWithId": string,
  "minSizeGb": string,
  "minPoolProvisionedCapacityGb": string,
  "maxPoolProvisionedCapacityGb": string,
  "minPoolProvisionedIops": string,
  "maxPoolProvisionedIops": string,
  "minPoolProvisionedThroughput": string,
  "maxPoolProvisionedThroughput": string,
  "supportedDiskTypes": [
    string
  ]
}
Fields
kind

string

[Output Only] Type of the resource. Always

compute#storagePoolType

for storage pool types.

id

string (uint64 format)

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

creationTimestamp

string

[Output Only] Creation timestamp in RFC3339 text format.

name

string

[Output Only] Name of the resource.

description

string

[Output Only] An optional description of this resource.

deprecated

object (DeprecationStatus)

[Output Only] The deprecation status associated with this storage pool type.

zone

string

[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.

minSizeGb

string (int64 format)

[Deprecated] This field is deprecated. Use minPoolProvisionedCapacityGb instead.

minPoolProvisionedCapacityGb

string (int64 format)

[Output Only] Minimum storage pool size in GB.

maxPoolProvisionedCapacityGb

string (int64 format)

[Output Only] Maximum storage pool size in GB.

minPoolProvisionedIops

string (int64 format)

[Output Only] Minimum provisioned IOPS.

maxPoolProvisionedIops

string (int64 format)

[Output Only] Maximum provisioned IOPS.

minPoolProvisionedThroughput

string (int64 format)

[Output Only] Minimum provisioned throughput.

maxPoolProvisionedThroughput

string (int64 format)

[Output Only] Maximum provisioned throughput.

supportedDiskTypes[]

string

[Output Only] The list of disk types supported in this storage pool type.

Methods

aggregatedList

The method compute.v1.StoragePoolTypesService.AggregatedList is not available in this (s3nsapis.fr) universe.

get

The method compute.v1.StoragePoolTypesService.Get is not available in this (s3nsapis.fr) universe.

list

The method compute.v1.StoragePoolTypesService.List is not available in this (s3nsapis.fr) universe.