Class RemoteTransportProfile
Message describing RemoteTransportProfile object.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class RemoteTransportProfile : IDirectResponseSchema
Properties
Description
Output only. Description of the profile.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Output only. Human readable name of this profile, used to identify this profile in the UI.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Flow
Output only. Type of provisioning flows supported by this profile.
Declaration
[JsonProperty("flow")]
public virtual string Flow { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Output only. Labels as key value pairs.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Name
Identifier. Name of the resource in the format of $provider-$site.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OrderState
Output only. Order state for this profile.
Declaration
[JsonProperty("orderState")]
public virtual string OrderState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Provider
Output only. Name of the provider on the other end of this profile. E.g. “Amazon Web Services” or “Microsoft Azure”.
Declaration
[JsonProperty("provider")]
public virtual string Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProviderSite
Output only. If the profile is a Cloud Service Provider with compute resources, this is populated with the region where connectivity is being established. If the profile provides facility-level selection, this is an identity of the facility any connections on this profile are going through.
Declaration
[JsonProperty("providerSite")]
public virtual string ProviderSite { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sla
Output only. Availability class that will be configured for this particular RemoteTransportProfile.
Declaration
[JsonProperty("sla")]
public virtual string Sla { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SupportedBandwidths
Output only. List of bandwidth enum values that are supported by this profile.
Declaration
[JsonProperty("supportedBandwidths")]
public virtual IList<string> SupportedBandwidths { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |