forked from jcce-pcm/pcm-openstack
fix:提交openstack代码
This commit is contained in:
parent
f85f3bf7b0
commit
dcac09dc15
File diff suppressed because it is too large
Load Diff
|
@ -758,6 +758,7 @@ message Network{
|
|||
string project_id = 13; // @gotags: copier:"ProjectId"
|
||||
string qos_policy_id = 14; // @gotags: copier:"QosPolicyId"
|
||||
int64 revision_number = 15;// @gotags: copier:"RevisionNumber"
|
||||
Segment segment =26; // @gotags: copier:"Segment"
|
||||
bool router_external = 16 [json_name = "router:external"]; // @gotags: copier:"RouterExternal"
|
||||
bool shared = 17; // @gotags: copier:"Shared"
|
||||
string status = 18; // @gotags: copier:"Status"
|
||||
|
@ -777,7 +778,7 @@ message Segment{
|
|||
}
|
||||
|
||||
message ShowNetworkDetailsResp{
|
||||
Network network = 1; //一个网络对象
|
||||
Network network = 1; // @gotags: copier:"Network" //一个网络对象
|
||||
/* bool admin_state_up = 2; //网络的管理状态,是向上(true)还是向下(false)
|
||||
repeated string availability_zone_hints = 3; //网络的可用性区域候选者
|
||||
repeated string availability_zones = 4; //网络的可用性区域
|
||||
|
|
Loading…
Reference in New Issue