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-03-21 UTC."],[[["This document provides reference documentation for the `JobStatus.Types.InstanceStatus` class within the Google Cloud Batch v1 API, specifically version 2.11.0."],["The `JobStatus.Types.InstanceStatus` class represents the status of a VM instance and is sealed, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and provides constructors for creating instances, either default or by copying an existing `JobStatus.Types.InstanceStatus` object."],["Key properties of the `InstanceStatus` include `BootDisk` (VM boot disk details), `MachineType` (Compute Engine machine type), `ProvisioningModel` (VM instance provisioning model), and `TaskPack` (maximum number of tasks assignable to the instance)."],["There is an index of previous versions provided for reference, from 1.0.0 up to the most recent 2.13.0, showing the history of documentation for this API class."]]],[]]