Class: Google::Cloud::Compute::V1::InsertInterconnectRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InsertInterconnectRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Interconnects.Insert. See the method description for details.
Instance Attribute Summary collapse
-
#interconnect_resource ⇒ ::Google::Cloud::Compute::V1::Interconnect
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
#interconnect_resource ⇒ ::Google::Cloud::Compute::V1::Interconnect
13292 13293 13294 13295 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13292 class InsertInterconnectRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
13292 13293 13294 13295 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13292 class InsertInterconnectRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
13292 13293 13294 13295 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13292 class InsertInterconnectRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |