diff --git a/pb/pcm-openstack.proto b/pb/pcm-openstack.proto index cf163d0..f19e942 100644 --- a/pb/pcm-openstack.proto +++ b/pb/pcm-openstack.proto @@ -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"