File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -206,10 +206,11 @@ func (enum *ListVPCsRequestOrderBy) UnmarshalJSON(data []byte) error {
206206type RouteWithNexthopResourceType string
207207
208208const (
209- RouteWithNexthopResourceTypeUnknownType = RouteWithNexthopResourceType ("unknown_type" )
210- RouteWithNexthopResourceTypeVpcGatewayNetwork = RouteWithNexthopResourceType ("vpc_gateway_network" )
211- RouteWithNexthopResourceTypeInstancePrivateNic = RouteWithNexthopResourceType ("instance_private_nic" )
212- RouteWithNexthopResourceTypeBaremetalPrivateNic = RouteWithNexthopResourceType ("baremetal_private_nic" )
209+ RouteWithNexthopResourceTypeUnknownType = RouteWithNexthopResourceType ("unknown_type" )
210+ RouteWithNexthopResourceTypeVpcGatewayNetwork = RouteWithNexthopResourceType ("vpc_gateway_network" )
211+ RouteWithNexthopResourceTypeInstancePrivateNic = RouteWithNexthopResourceType ("instance_private_nic" )
212+ RouteWithNexthopResourceTypeBaremetalPrivateNic = RouteWithNexthopResourceType ("baremetal_private_nic" )
213+ RouteWithNexthopResourceTypeAppleSiliconPrivateNic = RouteWithNexthopResourceType ("apple_silicon_private_nic" )
213214)
214215
215216func (enum RouteWithNexthopResourceType ) String () string {
@@ -226,6 +227,7 @@ func (enum RouteWithNexthopResourceType) Values() []RouteWithNexthopResourceType
226227 "vpc_gateway_network" ,
227228 "instance_private_nic" ,
228229 "baremetal_private_nic" ,
230+ "apple_silicon_private_nic" ,
229231 }
230232}
231233
You can’t perform that action at this time.
0 commit comments