OBJECT

ClusterNetworkInterfaceDetails

Description

Network interface names and types for source and target clusters.

link GraphQL Schema definition

  • type ClusterNetworkInterfaceDetails {
  • # Network interface type for the corresponding cluster.
  • interfaceType: String!
  • # Network interface name for the corresponding cluster.
  • interfaceName: String!
  • # Network interface display name for the corresponding cluster.
  • interfaceDisplayName: String!
  • }