CreateIpRequest: {
    organization?: string;
    project?: string;
    server?: string;
    tags?: string[];
    type?: IpType;
    zone?: Zone;
}

Type declaration

  • Optionalorganization?: string

    Organization ID in which the IP is reserved.

    One-of ('projectIdentifier'): at most one of 'project', 'organization' could be set.

  • Optionalproject?: string

    Project ID in which the IP is reserved.

    One-of ('projectIdentifier'): at most one of 'project', 'organization' could be set.

  • Optionalserver?: string

    UUID of the Instance you want to attach the IP to.

  • Optionaltags?: string[]

    Tags of the IP.

  • Optionaltype?: IpType

    IP type to reserve (either 'routed_ipv4' or 'routed_ipv6', use of 'nat' is deprecated).

  • Optionalzone?: Zone

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