All Downloads are FREE. Search and download functionalities are using the official Maven repository.

a.clickzetta-java.1.3.15.source-code.virtual_cluster_size.proto Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
syntax = "proto3";
package com.clickzetta.rm;

message VirtualClusterSizeSpec {
  int64 id = 1;
  string name = 2;
  optional string alias_1 = 3;
  optional string alias_2 = 4;
  optional string alias_3 = 5;
  double cpu_core = 6;
  int64 mem_gb = 7;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy