InstanceDeploymentConfig
InstanceDeploymentConfig
The Instance Deployment Config contains settings that is applied during install time.
JSON Example
{
"compute_id": "string",
"context_id": "string",
"host_id": "string",
"storage_id": "string",
"vm_nic_infos": [
{
"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_id
Required
Resource Pool or Compute Id.
string
context_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
Required
Storage Id.
array of
VmNicInfo
vm_nic_infos
Required
Constraints:
minItems: 1
maxItems: 2
List of NIC information for VMs