LastMileProvider

data class LastMileProvider(val value: String) : Provider

The provider's name. Specifically, connections to/from this Last Mile Provider will be considered LastMile connections.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Provider as a CloudServiceProvider and retrieves its kotlin.String value. Throws an exception if the Provider is not a CloudServiceProvider.

Link copied to clipboard

Casts this Provider as a CloudServiceProvider and retrieves its kotlin.String value. Returns null if the Provider is not a CloudServiceProvider.

Link copied to clipboard

Casts this Provider as a LastMileProvider and retrieves its kotlin.String value. Throws an exception if the Provider is not a LastMileProvider.

Link copied to clipboard

Casts this Provider as a LastMileProvider and retrieves its kotlin.String value. Returns null if the Provider is not a LastMileProvider.