Class: Google::Cloud::Compute::V1::InsertFirewallRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InsertFirewallRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Firewalls.Insert. See the method description for details.
Instance Attribute Summary collapse
-
#firewall_resource ⇒ ::Google::Cloud::Compute::V1::Firewall
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
Instance Attribute Details
#firewall_resource ⇒ ::Google::Cloud::Compute::V1::Firewall
12462 12463 12464 12465 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12462 class InsertFirewallRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
12462 12463 12464 12465 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12462 class InsertFirewallRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
12462 12463 12464 12465 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12462 class InsertFirewallRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |