AccessBridgeEndpoint interface
AccessBridgeEndpoint describes a single advertised service endpoint.
Properties
| fqdn | The fully qualified domain name used to describe the certificate name for the endpoint. |
| ipv4Address | The IPv4 address associated with the endpoint. |
| ipv6Address | The IPv6 address associated with the endpoint. |
| name | The name that identifies the type of endpoint (for example VIP or host). |
Property Details
fqdn
The fully qualified domain name used to describe the certificate name for the endpoint.
fqdn?: string
Property Value
string
ipv4Address
The IPv4 address associated with the endpoint.
ipv4Address?: string
Property Value
string
ipv6Address
The IPv6 address associated with the endpoint.
ipv6Address?: string
Property Value
string
name
The name that identifies the type of endpoint (for example VIP or host).
name?: string
Property Value
string