TerminalServerPatchConfiguration interface
Network and credentials configuration already applied to terminal server.
Properties
| password | Password for the terminal server connection. |
| primary |
IPv4 Address Prefix. |
| primary |
IPv6 Address Prefix. |
| secondary |
Secondary IPv4 Address Prefix. |
| secondary |
Secondary IPv6 Address Prefix. |
| serial |
Serial Number of Terminal server. |
| username | Username for the terminal server connection. |
Property Details
password
Password for the terminal server connection.
password?: string
Property Value
string
primaryIpv4Prefix
IPv4 Address Prefix.
primaryIpv4Prefix?: string
Property Value
string
primaryIpv6Prefix
IPv6 Address Prefix.
primaryIpv6Prefix?: string
Property Value
string
secondaryIpv4Prefix
Secondary IPv4 Address Prefix.
secondaryIpv4Prefix?: string
Property Value
string
secondaryIpv6Prefix
Secondary IPv6 Address Prefix.
secondaryIpv6Prefix?: string
Property Value
string
serialNumber
Serial Number of Terminal server.
serialNumber?: string
Property Value
string
username
Username for the terminal server connection.
username?: string
Property Value
string