public sealed class ResourcePolicyResourceStatus : IMessage<ResourcePolicyResourceStatus>, IEquatable<ResourcePolicyResourceStatus>, IDeepCloneable<ResourcePolicyResourceStatus>, IBufferMessage, IMessage
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."],[[["The latest version of `Google.Cloud.Compute.V1.ResourcePolicyResourceStatus` is 3.6.0, and this page provides access to documentation for versions ranging from 1.0.0 to 3.6.0."],["`ResourcePolicyResourceStatus` is a class containing output-only fields, designed to reflect the status of a `ResourcePolicy`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with standard .NET patterns."],["The `ResourcePolicyResourceStatus` class includes an `InstanceSchedulePolicy` property that provides system status information related to instance schedule policies, which is an output-only field."],["The class is located within the `Google.Cloud.Compute.V1` namespace and is compiled into the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]