RemoteTransportProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message describing RemoteTransportProfile object.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. Name of the resource in the format of $provider-$site. |
labels |
MutableMapping[str, str]
Output only. Labels as key value pairs. |
description |
str
Output only. Description of the profile. |
provider |
str
Output only. Name of the provider on the other end of this profile. E.g. “Amazon Web Services” or “Microsoft Azure”. |
provider_site |
str
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. |
supported_bandwidths |
MutableSequence[google.cloud.networkconnectivity_v1beta.types.RemoteTransportProfile.Bandwidth]
Output only. List of bandwidth enum values that are supported by this profile. |
sla |
google.cloud.networkconnectivity_v1beta.types.RemoteTransportProfile.ServiceLevelAvailability
Output only. Availability class that will be configured for this particular RemoteTransportProfile. |
flow |
google.cloud.networkconnectivity_v1beta.types.RemoteTransportProfile.KeyProvisioningFlow
Output only. Type of provisioning flows supported by this profile. |
order_state |
google.cloud.networkconnectivity_v1beta.types.RemoteTransportProfile.State
Output only. Order state for this profile. |
display_name |
str
Output only. Human readable name of this profile, used to identify this profile in the UI. |
provider_type |
google.cloud.networkconnectivity_v1beta.types.RemoteTransportProfile.ProviderType
Output only. Provider type for this profile. |
Classes
Bandwidth
Bandwidth(value)Bandwidth values that may be supported for a specific profile.
KeyProvisioningFlow
KeyProvisioningFlow(value)Type of provisioning flows supported.
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
ProviderType
ProviderType(value)Provider type for this profile.
ServiceLevelAvailability
ServiceLevelAvailability(value)Availability class options.
State
State(value)State of the RemoteTransportProfile.