ENUM

ClusterType

link GraphQL Schema definition

1enum ClusterType {
2
3# Amazon Machine Image
4ami
5
6# Real-Time
7RT
8
9# On Premise
10OnPrem
11}