TerminalServerConfigurationArgs

data class TerminalServerConfigurationArgs(val password: Output<String>, val primaryIpv4Prefix: Output<String>, val primaryIpv6Prefix: Output<String>? = null, val secondaryIpv4Prefix: Output<String>, val secondaryIpv6Prefix: Output<String>? = null, val serialNumber: Output<String>? = null, val username: Output<String>) : ConvertibleToJava<TerminalServerConfigurationArgs>

Network and credentials configuration currently applied to terminal server.

Constructors

Link copied to clipboard
constructor(password: Output<String>, primaryIpv4Prefix: Output<String>, primaryIpv6Prefix: Output<String>? = null, secondaryIpv4Prefix: Output<String>, secondaryIpv6Prefix: Output<String>? = null, serialNumber: Output<String>? = null, username: Output<String>)

Properties

Link copied to clipboard
val password: Output<String>

Password for the terminal server connection.

Link copied to clipboard

IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.0/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.

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

IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a0/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.

Link copied to clipboard

Secondary IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.20/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.

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

Secondary IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a4/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.

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

Serial Number of Terminal server.

Link copied to clipboard
val username: Output<String>

Username for the terminal server connection.

Functions

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