CloudProvider

io.cequence.pineconescala.domain.settings.CloudProvider
See theCloudProvider companion object
sealed abstract class CloudProvider(name: String) extends NamedEnumValue

Attributes

Companion:
object
Graph
Supertypes
class NamedEnumValue
trait EnumValue
class Object
trait Matchable
class Any
Known subtypes
object AWS.type
object Azure.type
object GCP.type

Members list

Concise view

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
EnumValue -> Any
Inherited from:
EnumValue

Inherited fields

override val value: String

Attributes

Inherited from:
NamedEnumValue