Class: Google::Cloud::AppEngine::V1::CreateIngressRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::CreateIngressRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for Firewall.CreateIngressRule
.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Name of the parent Firewall collection in which to create a new rule.
-
#rule ⇒ ::Google::Cloud::AppEngine::V1::FirewallRule
A FirewallRule containing the new resource.
Instance Attribute Details
#parent ⇒ ::String
Returns Name of the parent Firewall collection in which to create a new rule.
Example: apps/myapp/firewall/ingressRules
.
364 365 366 367 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 364 class CreateIngressRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rule ⇒ ::Google::Cloud::AppEngine::V1::FirewallRule
Returns A FirewallRule containing the new resource.
The user may optionally provide a position at which the new rule will be placed. The positions define a sequential list starting at 1. If a rule already exists at the given position, rules greater than the provided position will be moved forward by one.
If no position is provided, the server will place the rule as the second to last rule in the sequence before the required default allow-all or deny-all rule.
364 365 366 367 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 364 class CreateIngressRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |