Class ScratchDisks (1.0.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
Int32

HasDiskGb

public bool HasDiskGb { get; }

Gets whether the "disk_gb" field is set

Property Value
TypeDescription
Boolean