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-04-09 UTC."],[[["The document provides reference documentation for the `ResourceStatus` class within the Google Compute Engine v1 API, specifically for version 3.3.0."],["`ResourceStatus` is a class that contains read-only fields, showing actual values of instance attributes compared to user requests in CRUD calls."],["The document outlines that the `ResourceStatus` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The document details the constructors, such as the default `ResourceStatus()` and `ResourceStatus(ResourceStatus)` for copying, and it also lists the properties of `ResourceStatus` including `HasPhysicalHost`, `PhysicalHost`, `Scheduling`, and `UpcomingMaintenance`."],["The content provides links to documentation for various versions of the Google.Cloud.Compute.V1 library, ranging from version 1.0.0 to the latest version 3.6.0, including links to each version's respective `ResourceStatus` documentation."]]],[]]