Class ListMulticloudDataTransferSupportedServicesResponse
Response message to list the services in your project in regions that are eligible for Data Transfer Essentials configuration.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class ListMulticloudDataTransferSupportedServicesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MulticloudDataTransferSupportedServices
The list of supported services.
Declaration
[JsonProperty("multicloudDataTransferSupportedServices")]
public virtual IList<MulticloudDataTransferSupportedService> MulticloudDataTransferSupportedServices { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MulticloudDataTransferSupportedService> |
NextPageToken
The next page token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |