Class CapacityHistoryRequestInstanceProperties
Instance properties for this request.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class CapacityHistoryRequestInstanceProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MachineType
The machine type for the VM, such as n2-standard-4.
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Scheduling
Specifies the scheduling options.
Declaration
[JsonProperty("scheduling")]
public virtual CapacityHistoryRequestInstancePropertiesScheduling Scheduling { get; set; }
Property Value
| Type | Description |
|---|---|
| CapacityHistoryRequestInstancePropertiesScheduling |