Class: Google::Cloud::HypercomputeCluster::V1beta::BootDisk

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb

Overview

A Persistent disk used as the boot disk for a Compute Engine VM instance.

Instance Attribute Summary collapse

Instance Attribute Details

#size_gb::Integer

Returns Required. Immutable. Size of the disk in gigabytes. Must be at least 10GB.

Returns:

  • (::Integer)

    Required. Immutable. Size of the disk in gigabytes. Must be at least 10GB.



774
775
776
777
# File 'proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb', line 774

class BootDisk
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::String

Returns Required. Immutable. Persistent disk type, in the format projects/{project}/zones/{zone}/diskTypes/{disk_type}.

Returns:

  • (::String)

    Required. Immutable. Persistent disk type, in the format projects/{project}/zones/{zone}/diskTypes/{disk_type}.



774
775
776
777
# File 'proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb', line 774

class BootDisk
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end