换成单集群模式
This commit is contained in:
@@ -20,11 +20,11 @@ service HTTPDNSAppService {
|
||||
message CreateHTTPDNSAppRequest {
|
||||
string name = 1;
|
||||
string appId = 2;
|
||||
int64 primaryClusterId = 3;
|
||||
int64 backupClusterId = 4;
|
||||
reserved 3, 4; // removed: primaryClusterId, backupClusterId
|
||||
bool isOn = 5;
|
||||
bool signEnabled = 6;
|
||||
int64 userId = 7;
|
||||
bytes clusterIdsJSON = 8;
|
||||
}
|
||||
|
||||
message CreateHTTPDNSAppResponse {
|
||||
@@ -34,10 +34,10 @@ message CreateHTTPDNSAppResponse {
|
||||
message UpdateHTTPDNSAppRequest {
|
||||
int64 appDbId = 1;
|
||||
string name = 2;
|
||||
int64 primaryClusterId = 3;
|
||||
int64 backupClusterId = 4;
|
||||
reserved 3, 4; // removed: primaryClusterId, backupClusterId
|
||||
bool isOn = 5;
|
||||
int64 userId = 6;
|
||||
bytes clusterIdsJSON = 7;
|
||||
}
|
||||
|
||||
message DeleteHTTPDNSAppRequest {
|
||||
|
||||
Reference in New Issue
Block a user