ENUM

InterfaceType

Description

Network interface type for AWS compute settings configuration.

link GraphQL Schema definition

  • enum InterfaceType {
  • # Bond0 network interface for redundancy and load balancing.
  • BOND0
  • # Bond1 network interface for redundancy and load balancing.
  • BOND1
  • # Custom network interface configuration.
  • CUSTOM
  • # Network interface type is not specified.
  • UNKNOWN_TYPE
  • }