EndpointDependency Class

A domain name that the managed instance service needs to communicate with, along with additional details.

Constructor

EndpointDependency(*args: Any, **kwargs: Any)

Variables

Name Description
domain_name
str

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