Class: Google::Cloud::Compute::V1::AddAssociationNetworkFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AddAssociationNetworkFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NetworkFirewallPolicies.AddAssociation. See the method description for details.
Instance Attribute Summary collapse
-
#firewall_policy ⇒ ::String
Name of the firewall policy to update.
-
#firewall_policy_association_resource ⇒ ::Google::Cloud::Compute::V1::FirewallPolicyAssociation
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#replace_existing_association ⇒ ::Boolean
Indicates whether or not to replace it if an association of the attachment already exists.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
Instance Attribute Details
#firewall_policy ⇒ ::String
336 337 338 339 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 336 class AddAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#firewall_policy_association_resource ⇒ ::Google::Cloud::Compute::V1::FirewallPolicyAssociation
336 337 338 339 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 336 class AddAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
336 337 338 339 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 336 class AddAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#replace_existing_association ⇒ ::Boolean
336 337 338 339 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 336 class AddAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
336 337 338 339 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 336 class AddAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |