UpdateFlexibleIPRequest: {
    description?: string;
    fipId: string;
    reverse?: string;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • Optionaldescription?: string

    Flexible IP description (max. 255 characters).

  • fipId: string

    ID of the flexible IP to update.

  • Optionalreverse?: string

    Value of the reverse DNS.

  • Optionaltags?: string[]

    Tags associated with the flexible IP.

  • Optionalzone?: Zone

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