Show / Hide Table of Contents

Class MachineType.ScratchDisksData

[Output Only] A list of extended scratch disks assigned to the instance.

Inheritance
System.Object
MachineType.ScratchDisksData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ScratchDisksData

Properties

DiskGb

Size of the scratch disk, defined in GB.

Declaration
[JsonProperty("diskGb")]
public virtual int? DiskGb { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
In This Article
Back to top