topologyType property

String? topologyType
getter/setter pair

The detected topology of the component. Possible string values are:

  • "TOPOLOGY_TYPE_UNSPECIFIED" : Unspecified topology.
  • "TOPOLOGY_SCALE_UP" : A scale-up single node system.
  • "TOPOLOGY_SCALE_OUT" : A scale-out multi-node system.

Implementation

core.String? topologyType;