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

Properties

ipId: string

ID of the IP to update.

reverse?: string

New reverse IP to update, not updated if null.

serverId: string

ID of the server.

zone?: Zone

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