CreateFlexibleIPRequest: {
    description: string;
    isIpv6: boolean;
    projectId?: string;
    reverse?: string;
    serverId?: string;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • description: string

    Flexible IP description (max. of 255 characters).

  • isIpv6: boolean

    Defines whether the flexible IP has an IPv6 address.

  • OptionalprojectId?: string

    ID of the project to associate with the Flexible IP.

  • Optionalreverse?: string

    Value of the reverse DNS.

  • OptionalserverId?: string

    ID of the server to which the newly created flexible IP will be attached.

  • Optionaltags?: string[]

    Tags to associate to the flexible IP.

  • Optionalzone?: Zone

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