confluent network link service create
Description
Create a network link service.
confluent network link service create <name> [flags]
Flags
    --network string                  REQUIRED: Network ID.
    --description string              Network link service description.
    --accepted-networks strings       A comma-separated list of networks from which connections can be accepted.
    --accepted-environments strings   A comma-separated list of environments from which connections can be accepted.
    --context string                  CLI context name.
    --environment string              Environment ID.
-o, --output string                   Specify the output format as "human", "json", or "yaml". (default "human")
Global Flags
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
Examples
Create a network link service for network “n-123456” with accepted environments “env-111111” and “env-222222”.
confluent network link service create --network n-123456 --description "example network link service" --accepted-environments env-111111,env-222222
Create a named network link service for network “n-123456” with accepted networks “n-abced1” and “n-abcde2”.
confluent network link service create my-network-link-service --network n-123456 --description "example network link service" --accepted-networks n-abcde1,n-abcde2
See Also
- confluent network link service - Manage network link services.