public sealed class ListMulticloudDataTransferSupportedServicesResponse : IMessage<ListMulticloudDataTransferSupportedServicesResponse>, IEquatable<ListMulticloudDataTransferSupportedServicesResponse>, IDeepCloneable<ListMulticloudDataTransferSupportedServicesResponse>, IBufferMessage, IMessage, IPageResponse<MulticloudDataTransferSupportedService>, IEnumerable<MulticloudDataTransferSupportedService>, IEnumerable
Reference documentation and code samples for the Network Connectivity v1 API class ListMulticloudDataTransferSupportedServicesResponse.
Response message to list the services in your project in regions that are eligible for Data Transfer Essentials configuration.
Implements
IMessageListMulticloudDataTransferSupportedServicesResponse, IEquatableListMulticloudDataTransferSupportedServicesResponse, IDeepCloneableListMulticloudDataTransferSupportedServicesResponse, IBufferMessage, IMessage, IPageResponseMulticloudDataTransferSupportedService, IEnumerableMulticloudDataTransferSupportedService, IEnumerableNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ListMulticloudDataTransferSupportedServicesResponse()
public ListMulticloudDataTransferSupportedServicesResponse()
ListMulticloudDataTransferSupportedServicesResponse(ListMulticloudDataTransferSupportedServicesResponse)
public ListMulticloudDataTransferSupportedServicesResponse(ListMulticloudDataTransferSupportedServicesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListMulticloudDataTransferSupportedServicesResponse |
Properties
MulticloudDataTransferSupportedServices
public RepeatedField<MulticloudDataTransferSupportedService> MulticloudDataTransferSupportedServices { get; }
The list of supported services.
Property Value | |
---|---|
Type | Description |
RepeatedFieldMulticloudDataTransferSupportedService |
NextPageToken
public string NextPageToken { get; set; }
The next page token.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<MulticloudDataTransferSupportedService> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorMulticloudDataTransferSupportedService |