Compute Engine v1 API - Class NetworksGetEffectiveFirewallsResponse (2.15.0)

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

Inheritance

object > NetworksGetEffectiveFirewallsResponse

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NetworksGetEffectiveFirewallsResponse()

public NetworksGetEffectiveFirewallsResponse()

NetworksGetEffectiveFirewallsResponse(NetworksGetEffectiveFirewallsResponse)

public NetworksGetEffectiveFirewallsResponse(NetworksGetEffectiveFirewallsResponse other)
Parameter
NameDescription
otherNetworksGetEffectiveFirewallsResponse

Properties

FirewallPolicys

public RepeatedField<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy> FirewallPolicys { get; }

Effective firewalls from firewall policy.

Property Value
TypeDescription
RepeatedFieldNetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy

Firewalls

public RepeatedField<Firewall> Firewalls { get; }

Effective firewalls on the network.

Property Value
TypeDescription
RepeatedFieldFirewall