Skip to main content

create

This operation creates a PrivateLink endpoint.

Usage

bash
zilliz privatelink create [OPTIONS]

OPTIONS:

  • --project-id (string) -

    [REQUIRED]

    Project ID.

  • --region-id (string) -

    [REQUIRED]

    Cloud region.

  • --endpoint-id (string) -

    [REQUIRED]

    VPC endpoint ID (e.g. vpce-xxxx).

  • --gcp-project-id (string) -

    GCP project ID (GCP only).

Example

bash
zilliz privatelink create --project-id proj-xxxx --region-id aws-us-east-1 --endpoint-id vpce-xxxx
Minimum SDK versionv1.4.x
Ctrl I