Class MulticloudDataTransferSupportedService
A service in your project in a region that is eligible for Data Transfer Essentials configuration.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class MulticloudDataTransferSupportedService : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The name of the service.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceConfigs
Output only. The network service tier or regional endpoint supported for the service.
Declaration
[JsonProperty("serviceConfigs")]
public virtual IList<ServiceConfig> ServiceConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ServiceConfig> |