Reference documentation and code samples for the Network Connectivity V1BETA API class Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile.
Message describing RemoteTransportProfile object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Output only. Description of the profile.
#display_name
def display_name() -> ::String
Returns
- (::String) — Output only. Human readable name of this profile, used to identify this profile in the UI.
#flow
def flow() -> ::Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile::KeyProvisioningFlow
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile::KeyProvisioningFlow) — Output only. Type of provisioning flows supported by this profile.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Output only. Labels as key value pairs.
#name
def name() -> ::String
Returns
- (::String) — Identifier. Name of the resource in the format of $provider-$site.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. Name of the resource in the format of $provider-$site.
Returns
- (::String) — Identifier. Name of the resource in the format of $provider-$site.
#order_state
def order_state() -> ::Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile::State
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile::State) — Output only. Order state for this profile.
#provider
def provider() -> ::String
Returns
- (::String) — Output only. Name of the provider on the other end of this profile. E.g. “Amazon Web Services” or “Microsoft Azure”.
#provider_site
def provider_site() -> ::String
Returns
- (::String) — 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.
#sla
def sla() -> ::Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile::ServiceLevelAvailability
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile::ServiceLevelAvailability) — Output only. Availability class that will be configured for this particular RemoteTransportProfile.
#supported_bandwidths
def supported_bandwidths() -> ::Array<::Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile::Bandwidth>
Returns
- (::Array<::Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile::Bandwidth>) — Output only. List of bandwidth enum values that are supported by this profile.