INPUT_OBJECT

NetworkInterfaceSelection

Description

Network interface names for source and target clusters.

link GraphQL Schema definition

  • input NetworkInterfaceSelection {
  • # Network interface name for the target cluster.
  • targetInterfaceName: String
  • # Network interface name for the source cluster.
  • sourceInterfaceName: String
  • }