OBJECT

ClusterNodeInstanceProperties

Description

Instance properties available for the requested cluster.

link GraphQL Schema definition

  • type ClusterNodeInstanceProperties {
  • # Instance properties for the node.
  • instanceProperties: InstanceProperties
  • # Cluster node IP address.
  • nodeIp: String!
  • }