UpdateIPRequest: {
    gatewayId?: string;
    ipId: string;
    reverse?: string;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • OptionalgatewayId?: string

    Gateway to attach the IP address to. Empty string to detach.

  • ipId: string

    ID of the IP address to update.

  • Optionalreverse?: string

    Reverse to set on the address. Empty string to unset.

  • Optionaltags?: string[]

    Tags to give to the IP address.

  • Optionalzone?: Zone

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