EnvironmentServerArgs

data class EnvironmentServerArgs(val managementPortalUri: Output<List<String>>? = null, val type: Output<Either<String, EnvironmentServerType>>? = null) : ConvertibleToJava<EnvironmentServerArgs>

Server information of the environment.

Constructors

Link copied to clipboard
constructor(managementPortalUri: Output<List<String>>? = null, type: Output<Either<String, EnvironmentServerType>>? = null)

Properties

Link copied to clipboard
val managementPortalUri: Output<List<String>>? = null

The location of the management portal

Link copied to clipboard
val type: Output<Either<String, EnvironmentServerType>>? = null

Type of the server that represents the environment.

Functions

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