public sealed class ResourceStatus : IMessage<ResourceStatus>, IEquatable<ResourceStatus>, IDeepCloneable<ResourceStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ResourceStatus.
Contains output only fields. Use this sub-message for actual values set on Instance attributes as compared to the value requested by the user (intent) in their instance CRUD calls.
[Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId.
[[["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-31 UTC."],[[["This document provides reference documentation for the `ResourceStatus` class within the Google Cloud Compute Engine v1 API, specifically for version 3.4.0, and details how it contains output-only fields to represent actual values on Instance attributes."],["The `ResourceStatus` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes properties like `HasPhysicalHost` (a boolean), `PhysicalHost` (a string detailing the instance's location), `Scheduling` (of the type ResourceStatusScheduling), and `UpcomingMaintenance` (of the type UpcomingMaintenance)."],["The most current version of the API that is available is version 3.6.0."],["There are multiple versions of the API that go as far back as 1.0.0, and each has links to the ResourceStatus page for that specific version."]]],[]]