Terminal Server Configuration Response
data class TerminalServerConfigurationResponse(val networkDeviceId: String, val password: String, val primaryIpv4Prefix: String, val primaryIpv6Prefix: String? = null, val secondaryIpv4Prefix: String, val secondaryIpv6Prefix: String? = null, val serialNumber: String? = null, val username: String)
Network and credentials configuration currently applied to terminal server.
Constructors
Properties
Link copied to clipboard
ARM Resource ID used for the NetworkDevice.
Link copied to clipboard
IPv4 Address Prefix.
Link copied to clipboard
IPv6 Address Prefix.
Link copied to clipboard
Secondary IPv4 Address Prefix.
Link copied to clipboard
Secondary IPv6 Address Prefix.
Link copied to clipboard
Serial Number of Terminal server.