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-24 UTC."],[[["The webpage provides reference documentation for the `ResourcePolicyResourceStatus` class within the Google.Cloud.Compute.V1 API, specifically version 2.14.0."],["This class, `ResourcePolicyResourceStatus`, is designed for output-only fields related to the status of a `ResourcePolicy`, mirroring its proto specification."],["The latest version documented is 3.6.0, and the page lists several versions available ranging from 1.0.0 up to 3.6.0, including the current 2.14.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It features a property `InstanceSchedulePolicy` of type `ResourcePolicyResourceStatusInstanceSchedulePolicyStatus` that is output only, detailing the instance schedule policy status."]]],[]]