ListPrivateNICsRequest: {
    page?: number;
    perPage?: number;
    serverId: string;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • Optionalpage?: number

    A positive integer to choose the page to return.

  • OptionalperPage?: number

    A positive integer lower or equal to 100 to select the number of items to return.

  • serverId: string

    Instance to which the private NIC is attached.

  • Optionaltags?: string[]

    Private NIC tags.

  • Optionalzone?: Zone

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