Guest_CloudConfiguration
Guest customization settings to customize a guest operating system with cloud configuration. The CloudConfiguration structure contains the type of cloud configuration and the settings of that cloud configuration.
{
"type": "string",
"cloudinit": {
"metadata": "string",
"userdata": "string"
}
}
The CloudConfiguration.Type enumerated type specifies different types of the cloud configuration.
CLOUDINIT : cloud-init configuration
Guest customization settings to customize a Linux guest operating system with raw cloud-init data. The CloudinitConfiguration structure contains settings that configure a Linux machine with raw cloud-init data. See https://cloudinit.readthedocs.io/en/latest about cloud-init.