Class: Google::Cloud::AppEngine::V1::BatchUpdateIngressRulesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::BatchUpdateIngressRulesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for Firewall.BatchUpdateIngressRules
.
Instance Attribute Summary collapse
-
#ingress_rules ⇒ ::Array<::Google::Cloud::AppEngine::V1::FirewallRule>
A list of FirewallRules to replace the existing set.
-
#name ⇒ ::String
Name of the Firewall collection to set.
Instance Attribute Details
#ingress_rules ⇒ ::Array<::Google::Cloud::AppEngine::V1::FirewallRule>
Returns A list of FirewallRules to replace the existing set.
333 334 335 336 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 333 class BatchUpdateIngressRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the Firewall collection to set.
Example: apps/myapp/firewall/ingressRules
.
333 334 335 336 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 333 class BatchUpdateIngressRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |