| Field | Type | Create | Update | Default | Notes |
|---|---|---|---|---|---|
| boot2dockerUrl | string | Optional | Yes | - | |
| cpuCount | string | Optional | Yes | - | |
| diskSize | string | Optional | Yes | - | |
| dnsProxy | boolean | Optional | Yes | - | |
| hostDnsResolver | boolean | Optional | Yes | - | |
| hostonlyCidr | string | Optional | Yes | - | |
| hostonlyNicpromisc | string | Optional | Yes | - | |
| hostonlyNictype | string | Optional | Yes | - | |
| importBoot2dockerVm | string | Optional | Yes | - | |
| memory | string | Optional | Yes | - | |
| noShare | boolean | Optional | Yes | - | |
| noVtxCheck | boolean | Optional | Yes | - |
Please read more about the common resource fields. These fields are read only and applicable to almost every resource. We have segregated them from the list above.
CreatePOST: /v1/virtualboxConfigs
curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X POST \
-H 'Content-Type: application/json' \
-d '{
"boot2dockerUrl": "string",
"cpuCount": "string",
"diskSize": "string",
"dnsProxy": false,
"hostDnsResolver": false,
"hostonlyCidr": "string",
"hostonlyNicpromisc": "string",
"hostonlyNictype": "string",
"importBoot2dockerVm": "string",
"memory": "string",
"noShare": false,
"noVtxCheck": false
}' 'http://${RANCHER_URL}:8080/v1/virtualboxConfigs'