UpdateIPRequest: {
    ipId: string;
    region?: Region;
    reverses?: Reverse[];
    tags?: string[];
}

Type declaration

  • ipId: string

    IP ID.

  • Optionalregion?: Region

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

  • Optionalreverses?: Reverse[]

    Array of reverse domain names associated with an IP in the subnet of the current IP.

  • Optionaltags?: string[]

    Tags for the IP.