Show / Hide Table of Contents

Class InstanceStatus

VM instance status.

Inheritance
object
InstanceStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX