public sealed class JobStatus.Types.InstanceStatus : IMessage<JobStatus.Types.InstanceStatus>, IEquatable<JobStatus.Types.InstanceStatus>, IDeepCloneable<JobStatus.Types.InstanceStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1alpha API class JobStatus.Types.InstanceStatus.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eJobStatus.Types.InstanceStatus\u003c/code\u003e class within the Batch v1alpha API, which represents the status of a VM instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceStatus\u003c/code\u003e class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling it to interact within the Google Protocol Buffers framework.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceStatus\u003c/code\u003e class provides properties to define various characteristics of the VM, such as \u003ccode\u003eBootDisk\u003c/code\u003e, \u003ccode\u003eMachineType\u003c/code\u003e, \u003ccode\u003eProvisioningModel\u003c/code\u003e, and \u003ccode\u003eTaskPack\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is \u003ccode\u003e1.0.0-alpha31\u003c/code\u003e, with \u003ccode\u003e1.0.0-alpha30\u003c/code\u003e being the prior version documented.\u003c/p\u003e\n"]]],[],null,["# Batch v1alpha API - Class JobStatus.Types.InstanceStatus (1.0.0-alpha31)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-alpha31 (latest)](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus.Types.InstanceStatus)\n- [1.0.0-alpha30](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/1.0.0-alpha30/Google.Cloud.Batch.V1Alpha.JobStatus.Types.InstanceStatus) \n\n public sealed class JobStatus.Types.InstanceStatus : IMessage\u003cJobStatus.Types.InstanceStatus\u003e, IEquatable\u003cJobStatus.Types.InstanceStatus\u003e, IDeepCloneable\u003cJobStatus.Types.InstanceStatus\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Batch v1alpha API class JobStatus.Types.InstanceStatus.\n\nVM instance status. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobStatus.Types.InstanceStatus \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus)[Types](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus.Types)[InstanceStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus.Types.InstanceStatus), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus)[Types](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus.Types)[InstanceStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus.Types.InstanceStatus), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus)[Types](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus.Types)[InstanceStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus.Types.InstanceStatus), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Batch.V1Alpha](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Batch.V1Alpha.dll\n\nConstructors\n------------\n\n### InstanceStatus()\n\n public InstanceStatus()\n\n### InstanceStatus(InstanceStatus)\n\n public InstanceStatus(JobStatus.Types.InstanceStatus other)\n\nProperties\n----------\n\n### BootDisk\n\n public AllocationPolicy.Types.Disk BootDisk { get; set; }\n\nThe VM boot disk.\n\n### MachineType\n\n public string MachineType { get; set; }\n\nThe Compute Engine machine type.\n\n### ProvisioningModel\n\n public AllocationPolicy.Types.ProvisioningModel ProvisioningModel { get; set; }\n\nThe VM instance provisioning model.\n\n### TaskPack\n\n public long TaskPack { get; set; }\n\nThe max number of tasks can be assigned to this instance type."]]