Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — [Output Only] The display name of the firewall policy.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — [Output Only] The display name of the firewall policy.
Returns
- (::String) — [Output Only] The display name of the firewall policy.
#name
def name() -> ::String
Returns
- (::String) — [Output Only] The name of the firewall policy.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — [Output Only] The name of the firewall policy.
Returns
- (::String) — [Output Only] The name of the firewall policy.
#rules
def rules() -> ::Array<::Google::Cloud::Compute::V1::FirewallPolicyRule>
Returns
- (::Array<::Google::Cloud::Compute::V1::FirewallPolicyRule>) — The rules that apply to the network.
#rules=
def rules=(value) -> ::Array<::Google::Cloud::Compute::V1::FirewallPolicyRule>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::FirewallPolicyRule>) — The rules that apply to the network.
Returns
- (::Array<::Google::Cloud::Compute::V1::FirewallPolicyRule>) — The rules that apply to the network.
#type
def type() -> ::String
Returns
- (::String) — [Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL. Check the Type enum for the list of possible values.
#type=
def type=(value) -> ::String
Parameter
- value (::String) — [Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL. Check the Type enum for the list of possible values.
Returns
- (::String) — [Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL. Check the Type enum for the list of possible values.