Class: Google::Cloud::Container::V1beta1::BootDisk
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::BootDisk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
BootDisk specifies the boot disk configuration for nodepools.
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.).
7596 7597 7598 7599 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7596 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.
7596 7597 7598 7599 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7596 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.
7596 7597 7598 7599 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7596 class BootDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size_gb ⇒ ::Integer
Returns Disk size in GB. Replaces NodeConfig.disk_size_gb.
7596 7597 7598 7599 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7596 class BootDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |