ServerTypeEnumValueArgs

data class ServerTypeEnumValueArgs(val value: Output<Either<String, ServerType>>? = null) : ConvertibleToJava<ServerTypeEnumValueArgs>

Definition of ServerTypeEnumValue

Constructors

Link copied to clipboard
constructor(value: Output<Either<String, ServerType>>? = null)

Properties

Link copied to clipboard
val value: Output<Either<String, ServerType>>? = null

Property value

Functions

Link copied to clipboard
open override fun toJava(): ServerTypeEnumValueArgs