Class: Google::Cloud::Compute::V1::PatchInterconnectAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PatchInterconnectAttachmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for InterconnectAttachments.Patch. See the method description for details.
Instance Attribute Summary collapse
-
#interconnect_attachment ⇒ ::String
Name of the interconnect attachment to patch.
-
#interconnect_attachment_resource ⇒ ::Google::Cloud::Compute::V1::InterconnectAttachment
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region scoping this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
Instance Attribute Details
#interconnect_attachment ⇒ ::String
21768 21769 21770 21771 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21768 class PatchInterconnectAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#interconnect_attachment_resource ⇒ ::Google::Cloud::Compute::V1::InterconnectAttachment
21768 21769 21770 21771 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21768 class PatchInterconnectAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
21768 21769 21770 21771 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21768 class PatchInterconnectAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
21768 21769 21770 21771 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21768 class PatchInterconnectAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
21768 21769 21770 21771 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21768 class PatchInterconnectAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |