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-04-17 UTC."],[[["This document provides reference documentation for the `JobStatus.Types.InstanceStatus` class within the Google Cloud Batch v1 API, specifically detailing its structure and usage in .NET."],["The `InstanceStatus` class is used to define the status of a VM instance, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists various versions of the API, with the latest being 2.13.0, and provides links to documentation for each version of `JobStatus.Types.InstanceStatus`."],["The class includes properties like `MachineType`, `ProvisioningModel`, and `TaskPack`, each describing specific attributes of a VM instance."],["The class Inherits methods from `Object` and contains two constructors, one default and one that accepts another `JobStatus.Types.InstanceStatus` as an argument."]]],[]]