| Field | Type | Create | Update | Default | Notes |
|---|---|---|---|---|---|
| address | string | Optional | Yes | - | |
| diskSize | string | Optional | Yes | - | |
| diskType | string | Optional | Yes | - | |
| machineImage | string | Optional | Yes | - | |
| machineType | string | Optional | Yes | - | |
| preemptible | boolean | Optional | Yes | - | |
| project | string | Optional | Yes | - | |
| scopes | string | Optional | Yes | - | |
| tags | string | Optional | Yes | - | |
| useExisting | boolean | Optional | Yes | - | |
| useInternalIp | boolean | Optional | Yes | - | |
| username | string | Optional | Yes | - | |
| zone | string | 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/googleConfigs
curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X POST \
-H 'Content-Type: application/json' \
-d '{
"address": "string",
"diskSize": "string",
"diskType": "string",
"machineImage": "string",
"machineType": "string",
"preemptible": false,
"project": "string",
"scopes": "string",
"tags": "string",
"useExisting": false,
"useInternalIp": false,
"username": "string",
"zone": "string"
}' 'http://${RANCHER_URL}:8080/v1/googleConfigs'