Class InstanceStatus
VM instance status.
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class InstanceStatus : IDirectResponseSchema
Properties
BootDisk
The VM boot disk.
Declaration
[JsonProperty("bootDisk")]
public virtual Disk BootDisk { get; set; }
Property Value
Type | Description |
---|---|
Disk |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineType
The Compute Engine machine type.
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
Type | Description |
---|---|
string |
ProvisioningModel
The VM instance provisioning model.
Declaration
[JsonProperty("provisioningModel")]
public virtual string ProvisioningModel { get; set; }
Property Value
Type | Description |
---|---|
string |
TaskPack
The max number of tasks can be assigned to this instance type.
Declaration
[JsonProperty("taskPack")]
public virtual long? TaskPack { get; set; }
Property Value
Type | Description |
---|---|
long? |