Compute Engine v1 API - Class ScratchDisks (2.14.0)

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

Inheritance

object > ScratchDisks

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ScratchDisks()

public ScratchDisks()

ScratchDisks(ScratchDisks)

public ScratchDisks(ScratchDisks other)
Parameter
NameDescription
otherScratchDisks

Properties

DiskGb

public int DiskGb { get; set; }

Size of the scratch disk, defined in GB.

Property Value
TypeDescription
int

HasDiskGb

public bool HasDiskGb { get; }

Gets whether the "disk_gb" field is set

Property Value
TypeDescription
bool