ENUM

ReplicationInterfaceType

Description

The type of network interface: Management or Data.

link GraphQL Schema definition

  • enum ReplicationInterfaceType {
  • # Data interface type.
  • DATA
  • # Unspecified value.
  • INTERFACE_TYPE_UNSPECIFIED
  • # Management interface type.
  • MANAGEMENT
  • }