Class: Google::Cloud::Compute::V1::NetworksGetEffectiveFirewallsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_policys::Array<::Google::Cloud::Compute::V1::NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy>

Returns [Output Only] Effective firewalls from firewall policy. It returns Global Network Firewall Policies and Hierarchical Firewall Policies. Use regionNetworkFirewallPolicies.getEffectiveFirewalls to get Regional Network Firewall Policies as well.

Returns:



21610
21611
21612
21613
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21610

class NetworksGetEffectiveFirewallsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#firewalls::Array<::Google::Cloud::Compute::V1::Firewall>

Returns Effective firewalls on the network.

Returns:



21610
21611
21612
21613
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21610

class NetworksGetEffectiveFirewallsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end