UpdateIpRequest: {
    ipId: string;
    lbId?: string;
    region?: Region;
    reverse?: string;
    tags?: string[];
}

Type declaration

  • ipId: string

    IP address ID.

  • OptionallbId?: string

    ID of the server on which to attach the flexible IP.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionalreverse?: string

    Reverse DNS (domain name) for the IP address.

  • Optionaltags?: string[]

    List of tags for the IP.