Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1beta Client class BootDisk.
A Persistent disk used as the boot disk for a Compute Engine VM instance.
Generated from protobuf message google.cloud.hypercomputecluster.v1beta.BootDisk
Namespace
Google \ Cloud \ HypercomputeCluster \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ type
string
Required. Immutable. Persistent disk type
, in the format projects/{project}/zones/{zone}/diskTypes/{disk_type}
.
↳ size_gb
int|string
Required. Immutable. Size of the disk in gigabytes. Must be at least 10GB.
getType
Required. Immutable. Persistent disk
type
, in the
format projects/{project}/zones/{zone}/diskTypes/{disk_type}
.
string
setType
Required. Immutable. Persistent disk
type
, in the
format projects/{project}/zones/{zone}/diskTypes/{disk_type}
.
var
string
$this
getSizeGb
Required. Immutable. Size of the disk in gigabytes. Must be at least 10GB.
int|string
setSizeGb
Required. Immutable. Size of the disk in gigabytes. Must be at least 10GB.
var
int|string
$this

