UpdateIpRequest: {
    ip: string;
    reverse?: string | null;
    server?: string | null;
    tags?: string[];
    type?: IpType;
    zone?: Zone;
}

Type declaration

  • ip: string

    IP ID or IP address.

  • Optionalreverse?: string | null

    Reverse domain name.

  • Optionalserver?: string | null
  • Optionaltags?: string[]

    An array of keywords you want to tag this IP with.

  • Optionaltype?: IpType

    Convert a 'nat' IP to a 'routed_ipv4'.

  • Optionalzone?: Zone

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