public sealed class SecurityPoliciesScopedList : IMessage<SecurityPoliciesScopedList>, IEquatable<SecurityPoliciesScopedList>, IDeepCloneable<SecurityPoliciesScopedList>, IBufferMessage, IMessage
Implements
IMessageSecurityPoliciesScopedList, IEquatableSecurityPoliciesScopedList, IDeepCloneableSecurityPoliciesScopedList, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SecurityPoliciesScopedList()
public SecurityPoliciesScopedList()
SecurityPoliciesScopedList(SecurityPoliciesScopedList)
public SecurityPoliciesScopedList(SecurityPoliciesScopedList other)
Parameter | |
---|---|
Name | Description |
other | SecurityPoliciesScopedList |
Properties
SecurityPolicies
public RepeatedField<SecurityPolicy> SecurityPolicies { get; }
A list of SecurityPolicies contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSecurityPolicy |
Warning
public Warning Warning { get; set; }
Informational warning which replaces the list of security policies when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |