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-31 UTC."],[[["This webpage provides reference documentation for the `ResourcePolicyResourceStatus` class within the Compute Engine v1 API for .NET."],["The `ResourcePolicyResourceStatus` class is part of the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly."],["The latest version documented is 3.6.0, but the page also lists versions as far back as 1.0.0, offering access to documentation for numerous previous versions."],["This class is used to view output-only fields associated with a `ResourcePolicy` and its internal structure mirrors the `ResourcePolicy` proto specification."],["`ResourcePolicyResourceStatus` contains a property named `InstanceSchedulePolicy` of type `ResourcePolicyResourceStatusInstanceSchedulePolicyStatus` which is used for specifying output values of the system status."]]],[]]