Compute Engine v1 API - Class ResourcePoliciesScopedList (2.15.0)

public sealed class ResourcePoliciesScopedList : IMessage<ResourcePoliciesScopedList>, IEquatable<ResourcePoliciesScopedList>, IDeepCloneable<ResourcePoliciesScopedList>, IBufferMessage, IMessage

Inheritance

object > ResourcePoliciesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ResourcePoliciesScopedList()

public ResourcePoliciesScopedList()

ResourcePoliciesScopedList(ResourcePoliciesScopedList)

public ResourcePoliciesScopedList(ResourcePoliciesScopedList other)
Parameter
NameDescription
otherResourcePoliciesScopedList

Properties

ResourcePolicies

public RepeatedField<ResourcePolicy> ResourcePolicies { get; }

A list of resourcePolicies contained in this scope.

Property Value
TypeDescription
RepeatedFieldResourcePolicy

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of resourcePolicies when the list is empty.

Property Value
TypeDescription
Warning