Class: Google::Cloud::Container::V1::BootDisk
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::BootDisk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
BootDisk specifies the boot disk configuration for node pools.
Instance Attribute Summary collapse
-
#disk_type ⇒ ::String
Disk type of the boot disk.
-
#provisioned_iops ⇒ ::Integer
For Hyperdisk-Balanced only, the provisioned IOPS config value.
-
#provisioned_throughput ⇒ ::Integer
For Hyperdisk-Balanced only, the provisioned throughput config value.
-
#size_gb ⇒ ::Integer
Disk size in GB.
Instance Attribute Details
#disk_type ⇒ ::String
Returns Disk type of the boot disk. (i.e. Hyperdisk-Balanced, PD-Balanced, etc.).
7966 7967 7968 7969 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7966 class BootDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provisioned_iops ⇒ ::Integer
Returns For Hyperdisk-Balanced only, the provisioned IOPS config value.
7966 7967 7968 7969 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7966 class BootDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provisioned_throughput ⇒ ::Integer
Returns For Hyperdisk-Balanced only, the provisioned throughput config value.
7966 7967 7968 7969 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7966 class BootDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |