UpdateIPRequest: {
    ipId: string;
    reverse?: string;
    serverId: string;
    zone?: Zone;
}

Type declaration

  • ipId: string

    ID of the IP to update.

  • Optionalreverse?: string

    New reverse IP to update, not updated if null.

  • serverId: string

    ID of the server.

  • Optionalzone?: Zone

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