public sealed class ResourcePolicy : IMessage<ResourcePolicy>, IEquatable<ResourcePolicy>, IDeepCloneable<ResourcePolicy>, IBufferMessage, IMessage
Represents a Resource Policy resource. You can use resource policies to schedule actions for some Compute Engine resources. For example, you can use them to schedule persistent disk snapshots.
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
[[["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-02 UTC."],[[["This page details the `ResourcePolicy` class within the `Google.Cloud.Compute.V1` namespace, which is used to manage and schedule actions for Compute Engine resources, such as persistent disk snapshots."],["The latest version documented is 3.6.0, and documentation for versions ranging from 1.0.0 to 3.6.0 of the `ResourcePolicy` class are available to view."],["The `ResourcePolicy` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It includes properties such as `CreationTimestamp`, `Description`, `Id`, `Name`, and several policy-related properties like `GroupPlacementPolicy`, `InstanceSchedulePolicy`, and `SnapshotSchedulePolicy`."],["The properties have outputs like `CreationTimestamp`, `Id`, and `SelfLink`, and the ResourcePolicy resource has a `status` that can be used to check the state of the resource policy creation."]]],[]]