EndpointDependency Class
A domain name that a service is reached at, including details of the current connection status.
Constructor
EndpointDependency(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
domain_name
|
The domain name of the dependency. |
|
endpoint_details
|
The IP Addresses and Ports used when connecting to DomainName. |
Attributes
domain_name
The domain name of the dependency.
domain_name: str | None
endpoint_details
The IP Addresses and Ports used when connecting to DomainName.
endpoint_details: list['_models.EndpointDetail'] | None