PublicCloudGatewayNode

PublicCloudGatewayNode
PublicCloudGatewayNode
AllOf
This class requires all of the following:
JSON Example
{
    "description": "string",
    "discovered_ip_addresses": [
        "string"
    ],
    "display_name": "string",
    "external_id": "string",
    "fqdn": "string",
    "id": "string",
    "ip_addresses": [
        "string"
    ],
    "resource_type": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "allocation_list": [
        "string"
    ],
    "deployment_config": {
        "form_factor": "string",
        "node_user_settings": {
            "audit_password": "string",
            "audit_username": "string",
            "cli_password": "string",
            "cli_username": "string",
            "root_password": "string"
        },
        "vm_deployment_config": {
            "placement_type": "string"
        }
    },
    "deployment_type": "string",
    "node_settings": {
        "advanced_configuration": [
            {
                "key": "string",
                "value": "string"
            }
        ],
        "allow_ssh_root_login": false,
        "dns_servers": [
            "string"
        ],
        "enable_ssh": false,
        "enable_upt_mode": false,
        "hostname": "string",
        "ntp_servers": [
            "string"
        ],
        "search_domains": [
            "string"
        ],
        "syslog_servers": [
            {
                "facility": [
                    "string"
                ],
                "log_level": "string",
                "message_id": [
                    "string"
                ],
                "name": "string",
                "port": "string",
                "protocol": "string",
                "server": "string",
                "structured_data": [
                    {
                        "key": "string",
                        "value": "string"
                    }
                ]
            }
        ]
    }
}