public sealed class InstanceGroupManagerResourcePolicies : IMessage<InstanceGroupManagerResourcePolicies>, IEquatable<InstanceGroupManagerResourcePolicies>, IDeepCloneable<InstanceGroupManagerResourcePolicies>, IBufferMessage, IMessage
The URL of the workload policy that is specified for this managed instance group. It can be a full or partial URL. For example, the following are all valid URLs to a workload policy: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy
[[["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-05-02 UTC."],[[["The latest version available for `InstanceGroupManagerResourcePolicies` is 3.6.0, which is accessible via a direct link."],["The `InstanceGroupManagerResourcePolicies` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InstanceGroupManagerResourcePolicies` class contains two constructors: one default and one that takes another `InstanceGroupManagerResourcePolicies` object as an argument."],["It has properties `HasWorkloadPolicy` which indicates if the \"workload\\_policy\" field is set and `WorkloadPolicy` that is a string representing the URL of the workload policy."],["The `InstanceGroupManagerResourcePolicies` class is part of the `Google.Cloud.Compute.V1` namespace, and is contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]