forked from jcce-pcm/pcm-openstack
修改类型字段
This commit is contained in:
parent
1b58377b82
commit
0008bdf459
|
@ -756,7 +756,7 @@ message Network{
|
|||
bool port_security_enabled = 12; // @gotags: copier:"PortSecurityEnabled"
|
||||
string project_id = 13; // @gotags: copier:"ProjectId"
|
||||
string qos_policy_id = 14; // @gotags: copier:"QosPolicyId"
|
||||
string revision_number = 15;// @gotags: copier:"RevisionNumber"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue