fix:提交openstack代码

This commit is contained in:
qiwang 2023-10-19 10:44:08 +08:00
parent f85f3bf7b0
commit dcac09dc15
2 changed files with 1861 additions and 1848 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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; //truefalse
repeated string availability_zone_hints = 3; //
repeated string availability_zones = 4; //