Class: Google::Cloud::Compute::V1::RemoveAssociationRegionNetworkFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RemoveAssociationRegionNetworkFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RegionNetworkFirewallPolicies.RemoveAssociation. See the method description for details.
Instance Attribute Summary collapse
-
#firewall_policy ⇒ ::String
Name of the firewall policy to update.
-
#name ⇒ ::String
Name for the association that will be removed.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region scoping this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
Instance Attribute Details
#firewall_policy ⇒ ::String
29247 29248 29249 29250 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29247 class RemoveAssociationRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
29247 29248 29249 29250 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29247 class RemoveAssociationRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
29247 29248 29249 29250 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29247 class RemoveAssociationRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
29247 29248 29249 29250 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29247 class RemoveAssociationRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
29247 29248 29249 29250 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29247 class RemoveAssociationRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |