Compute Engine v1 API - Class SecurityPoliciesScopedList (2.15.0)

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

Inheritance

object > SecurityPoliciesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SecurityPoliciesScopedList()

public SecurityPoliciesScopedList()

SecurityPoliciesScopedList(SecurityPoliciesScopedList)

public SecurityPoliciesScopedList(SecurityPoliciesScopedList other)
Parameter
NameDescription
otherSecurityPoliciesScopedList

Properties

SecurityPolicies

public RepeatedField<SecurityPolicy> SecurityPolicies { get; }

A list of SecurityPolicies contained in this scope.

Property Value
TypeDescription
RepeatedFieldSecurityPolicy

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of security policies when the list is empty.

Property Value
TypeDescription
Warning