Show / Hide Table of Contents

Class MachineType.ScratchDisksData

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

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

Properties

DiskGb

Size of the scratch disk, defined in GB.

Declaration
[JsonProperty("diskGb")]
public virtual int? DiskGb { get; set; }
Property Value
Type Description
int?
In This Article
Back to top Generated by DocFX