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 latest version of the `ResourcePolicyResourceStatus` documentation is 3.6.0, which can be found on the provided webpage alongside multiple previous releases."],["This document provides reference documentation and code samples for the Compute Engine v1 API class `ResourcePolicyResourceStatus`, containing details on its public methods, properties and inheritance structure."],["The `ResourcePolicyResourceStatus` class contains output-only fields that reflect the system status of a `ResourcePolicy` and its internal structure mirrors the `ResourcePolicy` proto specification."],["The ResourcePolicyResourceStatus class has `InstanceSchedulePolicy` property, which is output only, and allows the user to get information about the instance schedule policy system status."],["The class `ResourcePolicyResourceStatus` implements multiple interfaces, namely `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]