public sealed class ResourcePoliciesScopedList : IMessage<ResourcePoliciesScopedList>, IEquatable<ResourcePoliciesScopedList>, IDeepCloneable<ResourcePoliciesScopedList>, IBufferMessage, IMessageImplements
IMessageResourcePoliciesScopedList, IEquatableResourcePoliciesScopedList, IDeepCloneableResourcePoliciesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ResourcePoliciesScopedList()
public ResourcePoliciesScopedList()ResourcePoliciesScopedList(ResourcePoliciesScopedList)
public ResourcePoliciesScopedList(ResourcePoliciesScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourcePoliciesScopedList |
Properties
ResourcePolicies
public RepeatedField<ResourcePolicy> ResourcePolicies { get; }A list of resourcePolicies contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldResourcePolicy |
|
Warning
public Warning Warning { get; set; }Informational warning which replaces the list of resourcePolicies when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|