Cluster Director V1BETA API - Class Google::Cloud::HypercomputeCluster::V1beta::BootDisk (v0.1.0)

Reference documentation and code samples for the Cluster Director V1BETA API class Google::Cloud::HypercomputeCluster::V1beta::BootDisk.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#size_gb

def size_gb() -> ::Integer
Returns
  • (::Integer) — Required. Immutable. Size of the disk in gigabytes. Must be at least 10GB.

#size_gb=

def size_gb=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#type

def type() -> ::String
Returns
  • (::String) — Required. Immutable. Persistent disk type, in the format projects/{project}/zones/{zone}/diskTypes/{disk_type}.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — 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}.