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 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, detailing its implementation and usage across various versions."],["The `JobStatus.Types.InstanceStatus` class represents the status of a VM instance and is designed for use within the Batch API to monitor the status of instances, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists available versions of the Batch API for this class, from version 1.0.0 up to the latest 2.13.0, with each version having a dedicated page."],["The `InstanceStatus` class has properties like `BootDisk`, `MachineType`, `ProvisioningModel`, and `TaskPack`, allowing detailed configuration and reporting on VM instances."],["The class contains a default constructor `InstanceStatus()` and an overloaded constructor that takes in another `InstanceStatus` object to replicate it."]]],[]]