Class: Google::Cloud::Compute::V1::RemoveAssociationNetworkFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RemoveAssociationNetworkFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NetworkFirewallPolicies.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 attachment that will be removed.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
Instance Attribute Details
#firewall_policy ⇒ ::String
26969 26970 26971 26972 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26969 class RemoveAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
26969 26970 26971 26972 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26969 class RemoveAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
26969 26970 26971 26972 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26969 class RemoveAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
26969 26970 26971 26972 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26969 class RemoveAssociationNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |