Package com.ibm.cloud.is.vpc.v1.model
Interface OperatingSystem.UserDataFormat
-
- Enclosing class:
- OperatingSystem
public static interface OperatingSystem.UserDataFormat
The user data format for this operating system: - `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.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLOUD_INIT
cloud_init.static String
ESXI_KICKSTART
esxi_kickstart.static String
IPXE
ipxe.
-
-
-
Field Detail
-
CLOUD_INIT
static final String CLOUD_INIT
cloud_init.- See Also:
- Constant Field Values
-
ESXI_KICKSTART
static final String ESXI_KICKSTART
esxi_kickstart.- See Also:
- Constant Field Values
-
IPXE
static final String IPXE
ipxe.- See Also:
- Constant Field Values
-
-