vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - CustomizationCloudinitPrep(vim.vm.customization.CloudinitPrep)
- Extends
- CustomizationIdentitySettings
- Since
- vSphere API Release 7.0.3.0
Data Object Description
Guest customization settings to customize a Linux guest operating system with raw cloud-init data.Properties
Name | Type | Description |
---|---|---|
metadata | xsd:string |
Metadata includes the network, instance id and hostname that cloud-init
processes to configure the VM. It is in json or yaml format.
The max size of the metadata is 524288 bytes.
See detail information about Instance Metadata.
|
userdata* | xsd:string |
Userdata is the user custom content that cloud-init processes to
configure the VM.
The max size of the userdata is 524288 bytes.
See detail information about User-Data formats.
|
Properties inherited from CustomizationIdentitySettings | ||
None | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |