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 latest version available for the `Google.Cloud.Compute.V1.ResourceStatus` is 3.6.0, and multiple previous versions, ranging from 1.0.0 to 3.5.0, are also documented."],["`ResourceStatus` is a class within the Compute Engine v1 API, designed to provide output-only field values related to the status of instance attributes."],["The `ResourceStatus` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ResourceStatus` class provides properties such as `HasPhysicalHost` and `PhysicalHost` for accessing physical host related information."],["There are two constructors provided for `ResourceStatus`: a default constructor and one that takes another `ResourceStatus` object as a parameter."]]],[]]