public sealed class ResourcePolicyResourceStatus : IMessage<ResourcePolicyResourceStatus>, IEquatable<ResourcePolicyResourceStatus>, IDeepCloneable<ResourcePolicyResourceStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ResourcePolicyResourceStatus.
Contains output only fields. Use this sub-message for all output fields set on ResourcePolicy. The internal structure of this "status" field should mimic the structure of ResourcePolicy proto specification.
public ResourcePolicyResourceStatusInstanceSchedulePolicyStatus InstanceSchedulePolicy { get; set; }
[Output Only] Specifies a set of output values reffering to the instance_schedule_policy system status. This field should have the same name as corresponding policy field.
[[["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-03-21 UTC."],[[["This page provides reference documentation for the `ResourcePolicyResourceStatus` class within the Compute Engine v1 API for .NET, specifically version 2.4.0."],["The `ResourcePolicyResourceStatus` class, which is output only, is used to capture status information of a ResourcePolicy and mirrors the structure of the `ResourcePolicy` protocol buffer specification."],["The page details the class's inheritance hierarchy, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It lists all the available versions of the Google Cloud Compute V1, ranging from version 3.6.0 (latest) down to version 1.0.0."],["The `InstanceSchedulePolicy` property within `ResourcePolicyResourceStatus` provides output values related to the instance schedule policy system status, referencing `ResourcePolicyResourceStatusInstanceSchedulePolicyStatus` for further details."]]],[]]