CreatePrivateNICRequest: {
    ipIds?: string[];
    ipamIpIds?: string[];
    privateNetworkId: string;
    serverId: string;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • OptionalipIds?: string[]

    Ip_ids defined from IPAM.

  • OptionalipamIpIds?: string[]

    UUID of IPAM ips, to be attached to the instance in the requested private network.

  • privateNetworkId: string

    UUID of the private network where the private NIC will be attached.

  • serverId: string

    UUID of the Instance the private NIC will be attached to.

  • Optionaltags?: string[]

    Private NIC tags.

  • Optionalzone?: Zone

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