Interface Image.UserDataFormat
- Enclosing class:
Image
public static interface Image.UserDataFormat
The user data format for this image:
- `cloud_init`: `user_data` will be interpreted according to the cloud-init standard
- `esxi_kickstart`: `user_data` will be interpreted as a VMware ESXi installation script
- `ipxe`: `user_data` will be interpreted as a single URL to an iPXE script or as the
text of an iPXE script
The value for this property is inherited from `operating_system.user_data_format`.
-
Field Details
-
CLOUD_INIT
-
ESXI_KICKSTART
-
IPXE
-