OBJECT
NetworkInterface
Description
Supported in v5.0+
link GraphQL Schema definition
- type NetworkInterface {
- # Required. Supported in v5.0+
- # Interface name.
- : String!
- : NetworkInterfaceType!
- # Required. Supported in v5.0+
- # Including both primary Ips and floating Ips.
- : [String!]!
- # Required. Supported in v5.0+
- # Netmask for addresses on this interface.
- : String!
- # Supported in v5.0-v5.3
- # Node id
- : String
- # Supported in v6.0+
- # Node id.
- : String
- # Supported in v6.0+
- # Hostname of the node.
- : String
- }