Class: Google::Cloud::Compute::V1::StoragePoolType
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::StoragePoolType
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::String
[Output Only] Creation timestamp in RFC3339 text format.
-
#deprecated ⇒ ::Google::Cloud::Compute::V1::DeprecationStatus
[Output Only] The deprecation status associated with this storage pool type.
-
#description ⇒ ::String
[Output Only] An optional description of this resource.
-
#id ⇒ ::Integer
[Output Only] The unique identifier for the resource.
-
#kind ⇒ ::String
[Output Only] Type of the resource.
-
#max_pool_provisioned_capacity_gb ⇒ ::Integer
[Output Only] Maximum storage pool size in GB.
-
#max_pool_provisioned_iops ⇒ ::Integer
[Output Only] Maximum provisioned IOPS.
-
#max_pool_provisioned_throughput ⇒ ::Integer
[Output Only] Maximum provisioned throughput.
-
#min_pool_provisioned_capacity_gb ⇒ ::Integer
[Output Only] Minimum storage pool size in GB.
-
#min_pool_provisioned_iops ⇒ ::Integer
[Output Only] Minimum provisioned IOPS.
-
#min_pool_provisioned_throughput ⇒ ::Integer
[Output Only] Minimum provisioned throughput.
-
#min_size_gb ⇒ ::Integer
[Deprecated] This field is deprecated.
-
#name ⇒ ::String
[Output Only] Name of the resource.
-
#self_link ⇒ ::String
[Output Only] Server-defined URL for the resource.
-
#self_link_with_id ⇒ ::String
[Output Only] Server-defined URL for this resource with the resource id.
-
#supported_disk_types ⇒ ::Array<::String>
[Output Only] The list of disk types supported in this storage pool type.
-
#zone ⇒ ::String
[Output Only] URL of the zone where the storage pool type resides.
Instance Attribute Details
#creation_timestamp ⇒ ::String
Returns [Output Only] Creation timestamp in RFC3339 text format.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deprecated ⇒ ::Google::Cloud::Compute::V1::DeprecationStatus
Returns [Output Only] The deprecation status associated with this storage pool type.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns [Output Only] An optional description of this resource.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::Integer
Returns [Output Only] The unique identifier for the resource. This identifier is defined by the server.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns [Output Only] Type of the resource. Always compute#storagePoolType for storage pool types.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_pool_provisioned_capacity_gb ⇒ ::Integer
Returns [Output Only] Maximum storage pool size in GB.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_pool_provisioned_iops ⇒ ::Integer
Returns [Output Only] Maximum provisioned IOPS.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_pool_provisioned_throughput ⇒ ::Integer
Returns [Output Only] Maximum provisioned throughput.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_pool_provisioned_capacity_gb ⇒ ::Integer
Returns [Output Only] Minimum storage pool size in GB.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_pool_provisioned_iops ⇒ ::Integer
Returns [Output Only] Minimum provisioned IOPS.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_pool_provisioned_throughput ⇒ ::Integer
Returns [Output Only] Minimum provisioned throughput.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_size_gb ⇒ ::Integer
Returns [Deprecated] This field is deprecated. Use minPoolProvisionedCapacityGb instead.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns [Output Only] Name of the resource.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
Returns [Output Only] Server-defined URL for the resource.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link_with_id ⇒ ::String
Returns [Output Only] Server-defined URL for this resource with the resource id.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supported_disk_types ⇒ ::Array<::String>
Returns [Output Only] The list of disk types supported in this storage pool type.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
Returns [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.
36904 36905 36906 36907 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36904 class StoragePoolType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |