EndpointDetail Class

connect information from the AKS agent nodes to a single endpoint.

Inheritance
EndpointDetail

Constructor

EndpointDetail(*, ip_address: Optional[str] = None, port: Optional[int] = None, protocol: Optional[str] = None, description: Optional[str] = None, **kwargs)

Variables

ip_address
str

An IP Address that Domain Name currently resolves to.

port
int

The port an endpoint is connected to.

protocol
str

The protocol used for connection.

description
str

Description of the detail.