CustomDnsConfigPropertiesFormat Class
Contains custom Dns resolution configuration from customer.
Constructor
CustomDnsConfigPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
fqdn
|
Fqdn that resolves to private endpoint ip address. |
|
ip_addresses
|
A list of private ip addresses of the private endpoint. |
Attributes
fqdn
Fqdn that resolves to private endpoint ip address.
fqdn: str | None
ip_addresses
A list of private ip addresses of the private endpoint.
ip_addresses: list[str] | None