UpdateServerBackupRequest: {
    aclEnabled?: boolean;
    autologin?: boolean;
    password?: string;
    serverId: number;
    zone?: Zone;
}

Type declaration

  • OptionalaclEnabled?: boolean

    Boolean to enable or disable ACL.

  • Optionalautologin?: boolean

    Autologin of the server backup.

  • Optionalpassword?: string

    Password of the server backup.

  • serverId: number

    Server ID to update backup.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.