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."],[[["This webpage provides reference documentation for the `ResourceStatus` class within the Google Compute Engine v1 API, specifically for the .NET environment."],["The `ResourceStatus` class contains output-only fields representing actual values on Instance attributes, contrasting with user-requested values in instance CRUD calls."],["The latest version documented is 3.6.0, and it covers versions ranging down to 1.0.0, including all available links to prior version's documentation."],["`ResourceStatus` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `HasPhysicalHost`, a boolean, and `PhysicalHost`, a string, which gives information on the hosts related to the resource."]]],[]]