File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
openstack_types/src/network/v2/security_group/response Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ pub struct SecurityGroupRules {
130130 pub ethertype : Option < Ethertype > ,
131131 pub id : Option < String > ,
132132 pub normalized_cidr : Option < String > ,
133- pub port_range_max : Option < String > ,
134- pub port_range_min : Option < String > ,
133+ pub port_range_max : Option < i32 > ,
134+ pub port_range_min : Option < i32 > ,
135135 pub protocol : Option < String > ,
136136 pub remote_address_group_id : Option < String > ,
137137 pub remote_group_id : Option < String > ,
Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ pub struct SecurityGroupRules {
130130 pub ethertype : Option < Ethertype > ,
131131 pub id : Option < String > ,
132132 pub normalized_cidr : Option < String > ,
133- pub port_range_max : Option < String > ,
134- pub port_range_min : Option < String > ,
133+ pub port_range_max : Option < i32 > ,
134+ pub port_range_min : Option < i32 > ,
135135 pub protocol : Option < String > ,
136136 pub remote_address_group_id : Option < String > ,
137137 pub remote_group_id : Option < String > ,
Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ pub struct SecurityGroupRules {
130130 pub ethertype : Option < Ethertype > ,
131131 pub id : Option < String > ,
132132 pub normalized_cidr : Option < String > ,
133- pub port_range_max : Option < String > ,
134- pub port_range_min : Option < String > ,
133+ pub port_range_max : Option < i32 > ,
134+ pub port_range_min : Option < i32 > ,
135135 pub protocol : Option < String > ,
136136 pub remote_address_group_id : Option < String > ,
137137 pub remote_group_id : Option < String > ,
Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ pub struct SecurityGroupRules {
130130 pub ethertype : Option < Ethertype > ,
131131 pub id : Option < String > ,
132132 pub normalized_cidr : Option < String > ,
133- pub port_range_max : Option < String > ,
134- pub port_range_min : Option < String > ,
133+ pub port_range_max : Option < i32 > ,
134+ pub port_range_min : Option < i32 > ,
135135 pub protocol : Option < String > ,
136136 pub remote_address_group_id : Option < String > ,
137137 pub remote_group_id : Option < String > ,
You can’t perform that action at this time.
0 commit comments