Class MachineType
Specification of machine series, memory, and number of vCPUs.
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class MachineType : IDirectResponseSchema
Properties
CustomMachineType
Declaration
[JsonProperty("customMachineType")]
public virtual CustomMachineType CustomMachineType { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
PredefinedMachineType
Declaration
[JsonProperty("predefinedMachineType")]
public virtual PredefinedMachineType PredefinedMachineType { get; set; }
Property Value
Implements