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.