ZonedApiUpdateIpRequest: {
    ipId: string;
    lbId?: string;
    reverse?: string;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • ipId: string

    IP address ID.

  • OptionallbId?: string

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

  • Optionalreverse?: string

    Reverse DNS (domain name) for the IP address.

  • Optionaltags?: string[]

    List of tags for the IP.

  • Optionalzone?: Zone

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