Class: Google::Cloud::Compute::V1::GetAssociationNetworkFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetAssociationNetworkFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NetworkFirewallPolicies.GetAssociation. See the method description for details.
Instance Attribute Summary collapse
-
#firewall_policy ⇒ ::String
Name of the firewall policy to which the queried association belongs.
-
#name ⇒ ::String
The name of the association to get from the firewall policy.
-
#project ⇒ ::String
Project ID for this request.
Instance Attribute Details
#firewall_policy ⇒ ::String
Returns Name of the firewall policy to which the queried association belongs.
8681 8682 8683 8684 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8681 class GetAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the association to get from the firewall policy.
8681 8682 8683 8684 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8681 class GetAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
8681 8682 8683 8684 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8681 class GetAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |