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-04-09 UTC."],[[["This webpage provides reference documentation for the `ResourcePolicyResourceStatus` class within the Compute Engine v1 API for .NET, specifically focusing on version 3.2.0."],["The `ResourcePolicyResourceStatus` class is an output-only class used to display the status of the `ResourcePolicy` and is implemented through multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `InstanceSchedulePolicy` property within the `ResourcePolicyResourceStatus` class is used to show output values relating to the instance schedule policy status."],["The webpage also lists a range of available versions for the `ResourcePolicyResourceStatus` class, spanning from the latest 3.6.0 down to version 1.0.0."],["The `ResourcePolicyResourceStatus` class has two constructors, a default one, and another one that takes a `ResourcePolicyResourceStatus` object as an argument."]]],[]]