Cluster Director v1beta API - Class BootDisk (1.0.0-beta01)

public sealed class BootDisk : IMessage<BootDisk>, IEquatable<BootDisk>, IDeepCloneable<BootDisk>, IBufferMessage, IMessage

Reference documentation and code samples for the Cluster Director v1beta API class BootDisk.

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

Inheritance

object > BootDisk

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

Google.Cloud.HypercomputeCluster.V1Beta.dll

Constructors

BootDisk()

public BootDisk()

BootDisk(BootDisk)

public BootDisk(BootDisk other)
Parameter
Name Description
other BootDisk

Properties

SizeGb

public long SizeGb { get; set; }

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

Property Value
Type Description
long

Type

public string Type { get; set; }

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

Property Value
Type Description
string

TypeAsDiskTypeName

public DiskTypeName TypeAsDiskTypeName { get; set; }

DiskTypeName-typed view over the Type resource name property.

Property Value
Type Description
DiskTypeName