ServiceDeploymentConfig

ServiceDeploymentConfig
ServiceDeploymentConfig

The Deployment Config contains settings that are applied during install time.

JSON Example
{
    "compute_collection_id": "string",
    "compute_manager_id": "string",
    "host_id": "string",
    "storage_id": "string",
    "vm_nic_info": {
        "nic_infos": [
            {
                "gateway_address": "string",
                "ip_address": "string",
                "ip_allocation_type": "string",
                "ip_pool_id": "string",
                "network_id": "string",
                "nic_metadata": {
                    "interface_index": 0,
                    "interface_label": "string",
                    "interface_type": "string",
                    "transports": [
                        "string"
                    ],
                    "user_configurable": false
                },
                "subnet_mask": "string"
            }
        ]
    }
}
string
compute_collection_id
Required

Resource Pool or cluster Id.

string
compute_manager_id
Required

Context Id or VCenter Id.

string
host_id
Optional

The service VM will be deployed on the specified host in the specified server within the cluster if host_id is specified. Note: You must ensure that storage and specified networks are accessible by this host.

string
storage_id
Optional

Moref of the datastore in VC. If it is to be taken from 'Agent VM Settings', then it should be empty.

vm_nic_info
Optional

Contains a set of information of a VM on the network interfaces present on the partner appliance that needs to be configured by the NSX Manager.