deleted contracts on register app node #6
@ -65,7 +65,7 @@ message ListAppContractsReq {
|
|||||||
message AppNodeFilters {
|
message AppNodeFilters {
|
||||||
uint32 vcpus = 1;
|
uint32 vcpus = 1;
|
||||||
uint32 memory_mb = 2;
|
uint32 memory_mb = 2;
|
||||||
uint32 storage_mb = 3;
|
uint32 storage_gb = 3;
|
||||||
string country = 4;
|
string country = 4;
|
||||||
string region = 5;
|
string region = 5;
|
||||||
string city = 6;
|
string city = 6;
|
||||||
@ -111,7 +111,7 @@ message AppNodeResources {
|
|||||||
uint32 avail_no_of_port = 2;
|
uint32 avail_no_of_port = 2;
|
||||||
uint32 avail_vcpus = 3;
|
uint32 avail_vcpus = 3;
|
||||||
uint32 avail_memory_mb = 4;
|
uint32 avail_memory_mb = 4;
|
||||||
uint32 avail_storage_mb = 5;
|
uint32 avail_storage_gb = 5;
|
||||||
uint32 max_ports_per_app = 6;
|
uint32 max_ports_per_app = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user