Interface CloudInit

  • All Known Implementing Classes:
    CloudInitContainer

    public interface CloudInit
    Deprecated type to specify _cloud-init_ configuration. This type has been deprecated and replaced by alternative attributes inside the <> type. See the <> attribute documentation for details.
    • Method Detail

      • authorizedKeysPresent

        boolean authorizedKeysPresent()
      • filesPresent

        boolean filesPresent()
      • hostPresent

        boolean hostPresent()
      • networkConfigurationPresent

        boolean networkConfigurationPresent()
      • regenerateSshKeys

        boolean regenerateSshKeys()
      • regenerateSshKeysPresent

        boolean regenerateSshKeysPresent()
      • timezonePresent

        boolean timezonePresent()
      • usersPresent

        boolean usersPresent()