GuestCloudConfiguration

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.


Properties

cloudinit Optional

cloud-init configuration This field is optional and it is only relevant when the value of CloudConfiguration.type is CLOUDINIT.


type Required

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

Possible values are: CLOUDINIT

JSON Example

{
	"type": "CLOUDINIT"
}

Feedback

Was this page helpful?