Class: Google::Cloud::EdgeNetwork::V1::ListInterconnectAttachmentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::ListInterconnectAttachmentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/service.rb
Overview
Message for response to listing InterconnectAttachments
Instance Attribute Summary collapse
-
#interconnect_attachments ⇒ ::Array<::Google::Cloud::EdgeNetwork::V1::InterconnectAttachment>
The list of InterconnectAttachment.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#interconnect_attachments ⇒ ::Array<::Google::Cloud::EdgeNetwork::V1::InterconnectAttachment>
Returns The list of InterconnectAttachment.
389 390 391 392 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 389 class ListInterconnectAttachmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
389 390 391 392 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 389 class ListInterconnectAttachmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
389 390 391 392 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 389 class ListInterconnectAttachmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |