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.
[[["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 provided content details the `ResourceStatus` class within the Google Cloud Compute Engine v1 API, showcasing version history and its implementation details."],["Version 3.6.0 is the latest release of `ResourceStatus`, with numerous prior versions listed, dating back to version 1.0.0."],["The `ResourceStatus` class contains output-only fields, used for actual values on Instance attributes in comparison to the requested user values."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from `Object`."],["The `ResourceStatus` class has properties such as `HasPhysicalHost` and `PhysicalHost`, where `PhysicalHost` is an opaque ID for the host that the virtual machine is running on."]]],[]]