Compute Engine v1 API - Class FirewallPoliciesScopedList (3.3.0)

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

Inheritance

object > FirewallPoliciesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

FirewallPoliciesScopedList()

public FirewallPoliciesScopedList()

FirewallPoliciesScopedList(FirewallPoliciesScopedList)

public FirewallPoliciesScopedList(FirewallPoliciesScopedList other)
Parameter
Name Description
other FirewallPoliciesScopedList

Properties

FirewallPolicies

public RepeatedField<FirewallPolicy> FirewallPolicies { get; }

A list of firewall policies contained in this scope.

Property Value
Type Description
RepeatedFieldFirewallPolicy

Warning

public Warning Warning { get; set; }

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

Property Value
Type Description
Warning