import * as $dara from '@darabonba/typescript'; export declare class DescribeNetworkInterfaceAttributeResponseBodyAssociatedPublicIp extends $dara.Model { /** * @remarks * The ID of the elastic IP address. * * @example * null */ allocationId?: string; /** * @remarks * The public IP address. * * @example * ``116.62.**.**`` */ publicIpAddress?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyAttachmentMemberNetworkInterfaceIds extends $dara.Model { memberNetworkInterfaceId?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyAttachment extends $dara.Model { /** * @remarks * > This parameter is in invitational preview and is not publicly available. * * @example * hide */ deviceIndex?: number; /** * @remarks * > This parameter is in invitational preview and is not publicly available. * * @example * hide */ instanceId?: string; memberNetworkInterfaceIds?: DescribeNetworkInterfaceAttributeResponseBodyAttachmentMemberNetworkInterfaceIds; /** * @remarks * The index of the physical network card to which the elastic network interface is attached. * * - This parameter is not returned if the elastic network interface is `Available`, or if no index was specified during attachment. * * - If the elastic network interface is `InUse` and an index was specified during attachment, this parameter returns the index of the physical network card. * * @example * 0 */ networkCardIndex?: number; /** * @remarks * > This parameter is in invitational preview and is not publicly available. * * @example * hide */ trunkNetworkInterfaceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyBondInterfaceSpecificationSlaveInterfaceSpecificationSlaveInterfaceSpecificationSet extends $dara.Model { bondNetworkInterfaceId?: string; slaveNetworkInterfaceId?: string; workState?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyBondInterfaceSpecificationSlaveInterfaceSpecification extends $dara.Model { slaveInterfaceSpecificationSet?: DescribeNetworkInterfaceAttributeResponseBodyBondInterfaceSpecificationSlaveInterfaceSpecificationSlaveInterfaceSpecificationSet[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyBondInterfaceSpecification extends $dara.Model { /** * @remarks * > This parameter is in invitational preview and is not publicly available. * * @example * null */ bondMode?: string; slaveInterfaceSpecification?: DescribeNetworkInterfaceAttributeResponseBodyBondInterfaceSpecificationSlaveInterfaceSpecification; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyConnectionTrackingConfiguration extends $dara.Model { /** * @remarks * The timeout period for TCP connections in the `TIME_WAIT` and `FIN-WAIT-2` states. Unit: seconds. Valid values: an integer from 3 to 15. * * > For ECS instances used with a Network Load Balancer (NLB) or Classic Load Balancer (CLB), the default timeout for connections in the `TIME_WAIT` state is 15 seconds. * * @example * 3 */ tcpClosedAndTimeWaitTimeout?: number; /** * @remarks * The timeout period for established TCP connections. Unit: seconds. Valid values: 30, 60, 80, 100, 200, 300, 500, 700, and 910. * * @example * 910 */ tcpEstablishedTimeout?: number; /** * @remarks * The timeout period for UDP streams. Unit: seconds. Valid values: 10, 20, 30, 60, 80, and 100. * * > For ECS instances used with a Network Load Balancer (NLB) or Classic Load Balancer (CLB), the default UDP timeout is 100 seconds. * * @example * 30 */ udpTimeout?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyEnhancedNetwork extends $dara.Model { /** * @remarks * > This parameter is not publicly available. * * @example * true */ enableRss?: boolean; /** * @remarks * This parameter is not publicly available. * * @example * false */ enableSriov?: boolean; virtualFunctionQuantity?: number; virtualFunctionTotalQueueNumber?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyIpv4PrefixSetsIpv4PrefixSet extends $dara.Model { ipv4Prefix?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyIpv4PrefixSets extends $dara.Model { ipv4PrefixSet?: DescribeNetworkInterfaceAttributeResponseBodyIpv4PrefixSetsIpv4PrefixSet[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyIpv6PrefixSetsIpv6PrefixSet extends $dara.Model { ipv6Prefix?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyIpv6PrefixSets extends $dara.Model { ipv6PrefixSet?: DescribeNetworkInterfaceAttributeResponseBodyIpv6PrefixSetsIpv6PrefixSet[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyIpv6SetsIpv6Set extends $dara.Model { ipv6Address?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyIpv6Sets extends $dara.Model { ipv6Set?: DescribeNetworkInterfaceAttributeResponseBodyIpv6SetsIpv6Set[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyNetworkInterfaceTrafficConfig extends $dara.Model { /** * @remarks * The communication mode of the elastic network interface. * * @example * HighPerformance */ networkInterfaceTrafficMode?: string; /** * @remarks * The number of queues for the elastic network interface. * * @example * 8 */ queueNumber?: number; /** * @remarks * The number of queue pairs for the RDMA-enabled elastic network interface. * * @example * 8 */ queuePairNumber?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSetAssociatedPublicIp extends $dara.Model { allocationId?: string; publicIpAddress?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSet extends $dara.Model { associatedPublicIp?: DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSetAssociatedPublicIp; primary?: boolean; privateIpAddress?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSets extends $dara.Model { privateIpSet?: DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSet[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyQoSConfigQoS extends $dara.Model { /** * @remarks * The maximum inbound bandwidth on the internal network. * * @example * 50000 */ bandwidthRx?: number; /** * @remarks * The maximum outbound bandwidth on the internal network. * * @example * 50000 */ bandwidthTx?: number; /** * @remarks * The maximum number of connections. * * @example * 50000 */ concurrentConnections?: number; /** * @remarks * The inbound packet transmission rate on the internal network. Unit: packets per second (pps). * * @example * 50000 */ ppsRx?: number; /** * @remarks * The outbound packet transmission rate on the internal network. Unit: packets per second (pps). * * @example * 50000 */ ppsTx?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyQoSConfig extends $dara.Model { /** * @remarks * Indicates whether QoS is enabled. */ enableQoS?: boolean; /** * @remarks * The QoS settings. */ qoS?: DescribeNetworkInterfaceAttributeResponseBodyQoSConfigQoS; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodySecurityGroupIds extends $dara.Model { securityGroupId?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodySlaveInterfaceSpecification extends $dara.Model { /** * @remarks * > This parameter is in invitational preview and is not publicly available. * * @example * null */ bondNetworkInterfaceId?: string; /** * @remarks * > This parameter is in invitational preview and is not publicly available. * * @example * null */ slaveNetworkInterfaceId?: string; /** * @remarks * > This parameter is in invitational preview and is not publicly available. * * @example * null */ workState?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyTagsTag extends $dara.Model { tagKey?: string; tagValue?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBodyTags extends $dara.Model { tag?: DescribeNetworkInterfaceAttributeResponseBodyTagsTag[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeResponseBody extends $dara.Model { /** * @remarks * The elastic IP address that is associated with the primary private IP address of the elastic network interface. */ associatedPublicIp?: DescribeNetworkInterfaceAttributeResponseBodyAssociatedPublicIp; /** * @remarks * > This parameter is in invitational preview and is not publicly available. */ attachment?: DescribeNetworkInterfaceAttributeResponseBodyAttachment; /** * @remarks * > This parameter is in invitational preview and is not publicly available. */ bondInterfaceSpecification?: DescribeNetworkInterfaceAttributeResponseBodyBondInterfaceSpecification; /** * @remarks * The connection tracking configuration. * * For more information, see [Connection timeout management](https://help.aliyun.com/document_detail/2865958.html). * * > This parameter is returned only if the `Attribute` parameter is set to `connectionTrackingConfiguration` in the request. */ connectionTrackingConfiguration?: DescribeNetworkInterfaceAttributeResponseBodyConnectionTrackingConfiguration; /** * @remarks * The time when the elastic network interface was created. * * @example * 2019-12-25T12:31:31Z */ creationTime?: string; /** * @remarks * Indicates whether to release the elastic network interface when the associated instance is released. * * - `true`: The interface is released. * * - `false`: The interface is retained. * * @example * true */ deleteOnRelease?: boolean; /** * @remarks * The description of the elastic network interface. * * @example * testDescription */ description?: string; /** * @remarks * This parameter is not publicly available. */ enhancedNetwork?: DescribeNetworkInterfaceAttributeResponseBodyEnhancedNetwork; /** * @remarks * The ID of the instance to which the elastic network interface is attached. * * > This parameter is not returned if the elastic network interface is managed by another Alibaba Cloud service. * * @example * i-bp1e2l6djkndyuli**** */ instanceId?: string; ipv4PrefixSets?: DescribeNetworkInterfaceAttributeResponseBodyIpv4PrefixSets; ipv6PrefixSets?: DescribeNetworkInterfaceAttributeResponseBodyIpv6PrefixSets; ipv6Sets?: DescribeNetworkInterfaceAttributeResponseBodyIpv6Sets; /** * @remarks * The MAC address of the elastic network interface. * * @example * 00:16:3e:12:**:** */ macAddress?: string; /** * @remarks * The ID of the elastic network interface. * * @example * eni-bp125p95hhdhn3ot**** */ networkInterfaceId?: string; /** * @remarks * The name of the elastic network interface. * * @example * my-eni-name */ networkInterfaceName?: string; /** * @remarks * The communication parameters of the elastic network interface. */ networkInterfaceTrafficConfig?: DescribeNetworkInterfaceAttributeResponseBodyNetworkInterfaceTrafficConfig; /** * @remarks * The communication mode of the elastic network interface. Valid values: * * - `Standard`: Uses TCP communication. * * - `HighPerformance`: Uses the Elastic RDMA Interface (ERI) for RDMA communication. * * > The `HighPerformance` value is supported only by RDMA-enhanced instances, such as the c7re family. * * @example * Standard */ networkInterfaceTrafficMode?: string; /** * @remarks * The ID of the account to which the elastic network interface belongs. * * @example * 123456**** */ ownerId?: string; /** * @remarks * The primary private IP address of the elastic network interface. * * @example * ``10.1.**.**`` */ privateIpAddress?: string; privateIpSets?: DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSets; /** * @remarks * The QoS settings. */ qoSConfig?: DescribeNetworkInterfaceAttributeResponseBodyQoSConfig; /** * @remarks * The number of queues supported by the elastic network interface. * * - For a primary network interface, this parameter returns the default number of queues for the instance type. * * - For a secondary network interface: * * - If the interface is in the `InUse` state: * * - If the queue number was not modified, the default value for the instance type is returned. * * - If the queue number was modified, the new value is returned. * * - If the secondary network interface is in the `Available` state: * * - If the queue number was not modified, this parameter is not returned. * * - If the queue number was modified, the new value is returned. * * @example * 8 */ queueNumber?: number; /** * @remarks * > This parameter is in invitational preview and is not publicly available. * * @example * 22 */ queuePairNumber?: number; /** * @remarks * The request ID. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** */ requestId?: string; /** * @remarks * The ID of the enterprise resource group to which the elastic network interface belongs. If you use this parameter to filter resources, the number of resources cannot exceed 1,000. * * > Resources in the default resource group cannot be filtered. * * @example * rg-bp67acfmxazb4p**** */ resourceGroupId?: string; securityGroupIds?: DescribeNetworkInterfaceAttributeResponseBodySecurityGroupIds; /** * @remarks * The ID of the virtual service provider (VSP) for the elastic network interface. * * @example * 12345678910 */ serviceID?: number; /** * @remarks * Indicates whether the elastic network interface is managed by an Alibaba Cloud service or a VSP. * * @example * true */ serviceManaged?: boolean; /** * @remarks * > This parameter is in invitational preview and is not publicly available. */ slaveInterfaceSpecification?: DescribeNetworkInterfaceAttributeResponseBodySlaveInterfaceSpecification; /** * @remarks * This parameter is not publicly available. * * @example * false */ sourceDestCheck?: boolean; /** * @remarks * The status of the elastic network interface. Valid values: * * - `Available`: The elastic network interface is available. * * - `Attaching`: The elastic network interface is being attached. * * - `InUse`: The elastic network interface is attached. * * - `Detaching`: The elastic network interface is being detached. * * - `Deleting`: The elastic network interface is being deleted. * * @example * Available */ status?: string; tags?: DescribeNetworkInterfaceAttributeResponseBodyTags; /** * @remarks * > This parameter is in invitational preview and is not publicly available. * * @example * null */ tcpOptionAddressEnabled?: string; /** * @remarks * The type of the elastic network interface. Valid values: * * - `Primary`: The primary network interface. * * - `Secondary`: The secondary network interface. * * @example * Secondary */ type?: string; /** * @remarks * The ID of the vSwitch to which the elastic network interface is connected. * * @example * vsw-bp1s5fnvk4gn2tws0**** */ vSwitchId?: string; /** * @remarks * The ID of the VPC to which the elastic network interface belongs. * * @example * vpc-bp67acfmxazb4p**** */ vpcId?: string; /** * @remarks * The ID of the zone. * * @example * cn-hangzhou-g */ zoneId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }