Class: Google::Cloud::NetworkSecurity::V1::DeleteGatewaySecurityPolicyRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::DeleteGatewaySecurityPolicyRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/gateway_security_policy_rule.rb
Overview
Request used by the DeleteGatewaySecurityPolicyRule method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the GatewaySecurityPolicyRule to delete. Must be in the
format
projects/{project}/locations/{location}/gatewaySecurityPolicies/{gatewaySecurityPolicy}/rules/*.
171 172 173 174 |
# File 'proto_docs/google/cloud/networksecurity/v1/gateway_security_policy_rule.rb', line 171 class DeleteGatewaySecurityPolicyRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |