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 documentation covers the `ResourceStatus` class within the Google Cloud Compute Engine v1 API, which includes details on its properties, constructors, and inherited members."],["Version 3.6.0 is the latest available version of the API, with a range of versions from 1.0.0 to 3.6.0 being available for reference."],["`ResourceStatus` is designed to present output-only data regarding resource statuses, differentiating between the user's intent and the actual values set on instance attributes."],["The `ResourceStatus` class has properties such as `HasPhysicalHost` (boolean) and `PhysicalHost` (string) that give information about the host on which a virtual machine is running."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all to enhance its functionality and compatibility within the .NET ecosystem."]]],[]]