Class: Google::Cloud::Container::V1beta1::BootDisk

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#disk_type::String

Returns Disk type of the boot disk. (i.e. Hyperdisk-Balanced, PD-Balanced, etc.).

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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