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-02 UTC."],[[["The latest version of the Google.Cloud.Compute.V1 API is 3.6.0, with multiple previous versions available, starting from 1.0.0."],["The documentation pertains to the `ResourceStatus` class within the Compute Engine v1 API, focusing on output-only fields related to the actual state of instance attributes."],["The `ResourceStatus` class contains properties such as `HasPhysicalHost` (a boolean indicating whether a physical host is assigned) and `PhysicalHost` (an output-only string of the physical host's ID)."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like message handling, equality comparison, and deep cloning."],["The `ResourceStatus` class is defined within the `Google.Cloud.Compute.V1` namespace, with its code implemented in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]