public sealed class InstanceStatus : IMessage<JobStatus.Types.InstanceStatus>, IEquatable<JobStatus.Types.InstanceStatus>, IDeepCloneable<JobStatus.Types.InstanceStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class JobStatus.Types.InstanceStatus.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The document provides reference documentation for the `JobStatus.Types.InstanceStatus` class within the Google Cloud Batch v1 API, specifically in the .NET context."],["This class represents the status of a virtual machine (VM) instance and is part of the `Google.Cloud.Batch.V1` namespace, implemented within the `Google.Cloud.Batch.V1.dll` assembly."],["The `InstanceStatus` class offers constructors, properties such as `MachineType`, `ProvisioningModel`, and `TaskPack`, along with methods inherited from the `Object` class."],["The documentation includes a history of versions of the `InstanceStatus` class, ranging from version 1.0.0 up to the latest version, 2.13.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing details on the class's structure and functionality."]]],[]]