CloudServiceProvider

data class CloudServiceProvider(val value: String) : Provider

The provider's name. Specifically, connections to/from this Cloud Service Provider will be considered Multicloud 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.