StaticConnection

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
This class requires all of the following:
JSON Example
{
    "username": "string",
    "password": "string",
    "certificate": "string",
    "connection_type": "string",
    "host_addresses": [
        "string"
    ]
}