Class: Google::Cloud::NetworkConnectivity::V1::ListMulticloudDataTransferConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListMulticloudDataTransferConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb
Overview
Response message to list MulticloudDataTransferConfig resources.
Instance Attribute Summary collapse
-
#multicloud_data_transfer_configs ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::MulticloudDataTransferConfig>
The list of
MulticloudDataTransferConfigresources to be listed. -
#next_page_token ⇒ ::String
The next page token.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#multicloud_data_transfer_configs ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::MulticloudDataTransferConfig>
Returns The list of MulticloudDataTransferConfig resources to be listed.
148 149 150 151 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 148 class ListMulticloudDataTransferConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The next page token.
148 149 150 151 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 148 class ListMulticloudDataTransferConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
148 149 150 151 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 148 class ListMulticloudDataTransferConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |