Class: Google::Cloud::Compute::V1::StoragePoolExapoolProvisionedCapacityGb
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::StoragePoolExapoolProvisionedCapacityGb
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Exapool provisioned capacities for each SKU type
Instance Attribute Summary collapse
-
#capacity_optimized ⇒ ::Integer
Size, in GiB, of provisioned capacity-optimized capacity for this Exapool.
-
#read_optimized ⇒ ::Integer
Size, in GiB, of provisioned read-optimized capacity for this Exapool.
-
#write_optimized ⇒ ::Integer
Size, in GiB, of provisioned write-optimized capacity for this Exapool.
Instance Attribute Details
#capacity_optimized ⇒ ::Integer
Returns Size, in GiB, of provisioned capacity-optimized capacity for this Exapool.
75065 75066 75067 75068 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75065 class StoragePoolExapoolProvisionedCapacityGb include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_optimized ⇒ ::Integer
Returns Size, in GiB, of provisioned read-optimized capacity for this Exapool.
75065 75066 75067 75068 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75065 class StoragePoolExapoolProvisionedCapacityGb include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#write_optimized ⇒ ::Integer
Returns Size, in GiB, of provisioned write-optimized capacity for this Exapool.
75065 75066 75067 75068 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75065 class StoragePoolExapoolProvisionedCapacityGb include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |