StaticConnection
Static connection type
Connect to the endpoint using static addresses - either FQDN or list of IPv4 addresses, with optional ports. e.g. load balancer or NAT configuration.
AllOf
JSON Example
{
"username": "string",
"password": "string",
"certificate": "string",
"connection_type": "string",
"host_addresses": [
"string"
]
}