pub type PbTelemetryClusterType = TelemetryClusterType;
Expand description
Alias for TelemetryClusterType
.
Aliased Type§
enum PbTelemetryClusterType {
Unspecified = 0,
SingleNode = 1,
DockerCompose = 2,
Kubernetes = 3,
CloudHosted = 4,
}