Class StoragePoolType (1.19.0)

StoragePoolType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
creation_timestamp str
[Output Only] Creation timestamp in RFC3339 text format. This field is a member of oneof_ _creation_timestamp.
deprecated google.cloud.compute_v1.types.DeprecationStatus
[Output Only] The deprecation status associated with this storage pool type. This field is a member of oneof_ _deprecated.
description str
[Output Only] An optional description of this resource. This field is a member of oneof_ _description.
id int
[Output Only] The unique identifier for the resource. This identifier is defined by the server. This field is a member of oneof_ _id.
kind str
[Output Only] Type of the resource. Always compute#storagePoolType for storage pool types. This field is a member of oneof_ _kind.
max_pool_provisioned_capacity_gb int
[Output Only] Maximum storage pool size in GB. This field is a member of oneof_ _max_pool_provisioned_capacity_gb.
max_pool_provisioned_iops int
[Output Only] Maximum provisioned IOPS. This field is a member of oneof_ _max_pool_provisioned_iops.
max_pool_provisioned_throughput int
[Output Only] Maximum provisioned throughput. This field is a member of oneof_ _max_pool_provisioned_throughput.
min_pool_provisioned_capacity_gb int
[Output Only] Minimum storage pool size in GB. This field is a member of oneof_ _min_pool_provisioned_capacity_gb.
min_pool_provisioned_iops int
[Output Only] Minimum provisioned IOPS. This field is a member of oneof_ _min_pool_provisioned_iops.
min_pool_provisioned_throughput int
[Output Only] Minimum provisioned throughput. This field is a member of oneof_ _min_pool_provisioned_throughput.
min_size_gb int
[Deprecated] This field is deprecated. Use minPoolProvisionedCapacityGb instead. This field is a member of oneof_ _min_size_gb.
name str
[Output Only] Name of the resource. This field is a member of oneof_ _name.
self_link str
[Output Only] Server-defined URL for the resource. This field is a member of oneof_ _self_link.
self_link_with_id str
[Output Only] Server-defined URL for this resource with the resource id. This field is a member of oneof_ _self_link_with_id.
supported_disk_types MutableSequence[str]
[Output Only] The list of disk types supported in this storage pool type.
zone str
[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. This field is a member of oneof_ _zone.