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."],[[["The documentation provides reference and code samples for the `ResourcePolicyResourceStatus` class in the Compute Engine v1 API."],["The `ResourcePolicyResourceStatus` class is designed to contain output-only fields that reflect the status of a `ResourcePolicy`, mirroring the structure of the `ResourcePolicy` proto specification."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, equality checks, deep cloning, and buffer operations."],["The latest version available for the `ResourcePolicyResourceStatus` class is version 3.6.0, and there are several earlier versions listed, down to 1.0.0, alongside the documented version 2.2.0."],["The class has two constructors, one default and one to pass in another `ResourcePolicyResourceStatus` object, as well as the property `InstanceSchedulePolicy` to be able to output values referring to the system status."]]],[]]