@@ -464,11 +464,17 @@ def attach_interface(
464464 project_id : int | None = None ,
465465 region_id : int | None = None ,
466466 ddos_profile : server_attach_interface_params .NewInterfaceExternalExtendSchemaWithDDOSDDOSProfile
467+ | server_attach_interface_params .NewInterfaceSpecificSubnetSchemaDDOSProfile
468+ | server_attach_interface_params .NewInterfaceAnySubnetSchemaDDOSProfile
469+ | server_attach_interface_params .NewInterfaceReservedFixedIPSchemaDDOSProfile
467470 | NotGiven = NOT_GIVEN ,
468471 interface_name : str | NotGiven = NOT_GIVEN ,
469472 ip_family : Literal ["dual" , "ipv4" , "ipv6" ] | NotGiven = NOT_GIVEN ,
470473 port_group : int | NotGiven = NOT_GIVEN ,
471474 security_groups : Iterable [server_attach_interface_params .NewInterfaceExternalExtendSchemaWithDDOSSecurityGroup ]
475+ | Iterable [server_attach_interface_params .NewInterfaceSpecificSubnetSchemaSecurityGroup ]
476+ | Iterable [server_attach_interface_params .NewInterfaceAnySubnetSchemaSecurityGroup ]
477+ | Iterable [server_attach_interface_params .NewInterfaceReservedFixedIPSchemaSecurityGroup ]
472478 | NotGiven = NOT_GIVEN ,
473479 type : str | NotGiven = NOT_GIVEN ,
474480 subnet_id : str | NotGiven = NOT_GIVEN ,
@@ -1121,11 +1127,17 @@ async def attach_interface(
11211127 project_id : int | None = None ,
11221128 region_id : int | None = None ,
11231129 ddos_profile : server_attach_interface_params .NewInterfaceExternalExtendSchemaWithDDOSDDOSProfile
1130+ | server_attach_interface_params .NewInterfaceSpecificSubnetSchemaDDOSProfile
1131+ | server_attach_interface_params .NewInterfaceAnySubnetSchemaDDOSProfile
1132+ | server_attach_interface_params .NewInterfaceReservedFixedIPSchemaDDOSProfile
11241133 | NotGiven = NOT_GIVEN ,
11251134 interface_name : str | NotGiven = NOT_GIVEN ,
11261135 ip_family : Literal ["dual" , "ipv4" , "ipv6" ] | NotGiven = NOT_GIVEN ,
11271136 port_group : int | NotGiven = NOT_GIVEN ,
11281137 security_groups : Iterable [server_attach_interface_params .NewInterfaceExternalExtendSchemaWithDDOSSecurityGroup ]
1138+ | Iterable [server_attach_interface_params .NewInterfaceSpecificSubnetSchemaSecurityGroup ]
1139+ | Iterable [server_attach_interface_params .NewInterfaceAnySubnetSchemaSecurityGroup ]
1140+ | Iterable [server_attach_interface_params .NewInterfaceReservedFixedIPSchemaSecurityGroup ]
11291141 | NotGiven = NOT_GIVEN ,
11301142 type : str | NotGiven = NOT_GIVEN ,
11311143 subnet_id : str | NotGiven = NOT_GIVEN ,
0 commit comments