topologyType property
The detected topology of the component.
Optional. 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;