VirtualIPMapping interface
Virtual IP mapping.
Properties
internal |
Internal HTTP port. |
internal |
Internal HTTPS port. |
in |
Is virtual IP mapping in use. |
service |
name of the service that virtual IP is assigned to |
virtualIP | Virtual IP address. |
Property Details
internalHttpPort
Internal HTTP port.
internalHttpPort?: number
Property Value
number
internalHttpsPort
Internal HTTPS port.
internalHttpsPort?: number
Property Value
number
inUse
Is virtual IP mapping in use.
inUse?: boolean
Property Value
boolean
serviceName
name of the service that virtual IP is assigned to
serviceName?: string
Property Value
string
virtualIP
Virtual IP address.
virtualIP?: string
Property Value
string