From 0008bdf4595faff2cbcb72eec2a2ae961d777e43 Mon Sep 17 00:00:00 2001 From: qiwang <1364512070@qq.com> Date: Fri, 20 Oct 2023 10:24:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pb/pcm-openstack.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"