Class ServerPropertiesForDefaultCreate


  • public final class ServerPropertiesForDefaultCreate
    extends ServerPropertiesForCreate
    The properties used to create a new server.
    • Constructor Detail

      • ServerPropertiesForDefaultCreate

        public ServerPropertiesForDefaultCreate()
    • Method Detail

      • administratorLogin

        public String administratorLogin()
        Get the administratorLogin property: The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). The login name is required when updating password.
        Returns:
        the administratorLogin value.
      • withAdministratorLogin

        public ServerPropertiesForDefaultCreate withAdministratorLogin​(String administratorLogin)
        Set the administratorLogin property: The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). The login name is required when updating password.
        Parameters:
        administratorLogin - the administratorLogin value to set.
        Returns:
        the ServerPropertiesForDefaultCreate object itself.
      • administratorLoginPassword

        public String administratorLoginPassword()
        Get the administratorLoginPassword property: The password of the administrator login.
        Returns:
        the administratorLoginPassword value.
      • withAdministratorLoginPassword

        public ServerPropertiesForDefaultCreate withAdministratorLoginPassword​(String administratorLoginPassword)
        Set the administratorLoginPassword property: The password of the administrator login.
        Parameters:
        administratorLoginPassword - the administratorLoginPassword value to set.
        Returns:
        the ServerPropertiesForDefaultCreate object itself.