mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-27 14:30:24 +08:00
创建集群的时候可以设置DNS记录的默认TTL
This commit is contained in:
6762
build/rpc.json
6762
build/rpc.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -152,6 +152,7 @@ message CreateNodeClusterRequest {
|
||||
string installDir = 3;
|
||||
int64 dnsDomainId = 4;
|
||||
string dnsName = 5;
|
||||
int32 dnsTTL = 9;
|
||||
int64 httpCachePolicyId = 6;
|
||||
int64 httpFirewallPolicyId = 7;
|
||||
bytes systemServicesJSON = 8; // 系统服务设置
|
||||
|
||||
Reference in New Issue
Block a user