Class: Google::Cloud::Compute::V1::NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
[Output Only] Deprecated, please use short name instead.
-
#name ⇒ ::String
[Output Only] The name of the firewall policy.
-
#rules ⇒ ::Array<::Google::Cloud::Compute::V1::FirewallPolicyRule>
The rules that apply to the network.
-
#short_name ⇒ ::String
[Output Only] The short name of the firewall policy.
-
#type ⇒ ::String
[Output Only] The type of the firewall policy.
Instance Attribute Details
#display_name ⇒ ::String
Returns [Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
16788 16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800 16801 16802 16803 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16788 class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] The type of the firewall policy. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 HIERARCHY = 69902869 NETWORK = 413984270 UNSPECIFIED = 526786327 end end |
#name ⇒ ::String
Returns [Output Only] The name of the firewall policy.
16788 16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800 16801 16802 16803 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16788 class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] The type of the firewall policy. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 HIERARCHY = 69902869 NETWORK = 413984270 UNSPECIFIED = 526786327 end end |
#rules ⇒ ::Array<::Google::Cloud::Compute::V1::FirewallPolicyRule>
Returns The rules that apply to the network.
16788 16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800 16801 16802 16803 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16788 class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] The type of the firewall policy. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 HIERARCHY = 69902869 NETWORK = 413984270 UNSPECIFIED = 526786327 end end |
#short_name ⇒ ::String
Returns [Output Only] The short name of the firewall policy.
16788 16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800 16801 16802 16803 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16788 class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] The type of the firewall policy. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 HIERARCHY = 69902869 NETWORK = 413984270 UNSPECIFIED = 526786327 end end |
#type ⇒ ::String
Returns [Output Only] The type of the firewall policy. Check the Type enum for the list of possible values.
16788 16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800 16801 16802 16803 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16788 class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] The type of the firewall policy. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 HIERARCHY = 69902869 NETWORK = 413984270 UNSPECIFIED = 526786327 end end |