Guest_CloudConfiguration

Guest_CloudConfiguration
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.

JSON Example
{
    "type": "string",
    "cloudinit": {
        "metadata": "string",
        "userdata": "string"
    }
}
type
Required

The CloudConfiguration.Type enumerated type specifies different types of the cloud configuration.
CLOUDINIT : cloud-init configuration

cloudinit
Optional

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.