VsphereDeploymentConfig

VsphereDeploymentConfig
VsphereDeploymentConfig

The Vsphere deployment configuration determines where to deploy the edge node. It contains settings that are applied during install time. Use EdgeNodeSettings to specify host name, SSH, NTP and DNS settings for both deployment and consequent update. These settings are editable for manually deployed edge nodes as well. EdgeNodeSettings reports current values configured on the edge node.

AllOf
This class requires all of the following:
JSON Example
{
    "placement_type": "string",
    "advanced_configuration": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "compute_folder_id": "string",
    "compute_id": "string",
    "data_network_ids": [
        "string"
    ],
    "default_gateway_addresses": [
        "string"
    ],
    "host_id": "string",
    "ipv4_assignment_disabled": false,
    "ipv4_assignment_enabled": false,
    "ipv6_assignment_type": "string",
    "management_network_id": "string",
    "management_port_subnets": [
        {
            "ip_addresses": [
                "string"
            ],
            "prefix_length": 0
        }
    ],
    "reservation_info": {
        "cpu_reservation": {
            "reservation_in_mhz": 0,
            "reservation_in_shares": "string"
        },
        "memory_reservation": {
            "reservation_percentage": 0
        }
    },
    "resource_allocation": {
        "cpu_count": 0,
        "memory_allocation_in_mb": 0
    },
    "storage_id": "string",
    "vc_id": "string"
}