pulumirpc.language.RuntimeOptionPrompt.RuntimeOptionType
See theRuntimeOptionType companion class
object RuntimeOptionType extends GeneratedEnumCompanion[RuntimeOptionType]
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait GeneratedEnumCompanion[RuntimeOptionType]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
RuntimeOptionType.type
Members list
Type members
Classlikes
case object INT32 extends RuntimeOptionType, Recognized
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass RuntimeOptionTypetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
INT32.type
sealed trait Recognized extends RuntimeOptionType
Attributes
- Supertypes
-
class RuntimeOptionTypetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
case object STRING extends RuntimeOptionType, Recognized
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass RuntimeOptionTypetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
STRING.type
final case class Unrecognized(unrecognizedValue: Int) extends RuntimeOptionType, UnrecognizedEnum
Attributes
- Supertypes
-
trait UnrecognizedEnumclass RuntimeOptionTypetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
Attributes
- Inherited from:
- GeneratedEnumCompanion
Value members
Concrete methods
Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.
Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.
Attributes
Inherited methods
Attributes
- Inherited from:
- GeneratedEnumCompanion
Implicits
Implicits
In this article