Show / Hide Table of Contents

Class MulticloudDataTransferSupportedService

A service in your project in a region that is eligible for Data Transfer Essentials configuration.

Inheritance
object
MulticloudDataTransferSupportedService
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX