Get Ecs Network Interfaces Interface
data class GetEcsNetworkInterfacesInterface(val associatedPublicIps: List<GetEcsNetworkInterfacesInterfaceAssociatedPublicIp>, val creationTime: String, val description: String, val id: String, val instanceId: String, val ipv6Sets: List<String>, val mac: String, val name: String, val networkInterfaceId: String, val networkInterfaceName: String, val networkInterfaceTrafficMode: String, val ownerId: String, val primaryIpAddress: String, val privateIp: String, val privateIpAddresses: List<String>, val privateIps: List<String>, val queueNumber: Int, val resourceGroupId: String, val securityGroupIds: List<String>, val securityGroups: List<String>, val serviceId: Int, val serviceManaged: Boolean, val status: String, val tags: Map<String, String>, val type: String, val vpcId: String, val vswitchId: String, val zoneId: String)
Constructors
Link copied to clipboard
constructor(associatedPublicIps: List<GetEcsNetworkInterfacesInterfaceAssociatedPublicIp>, creationTime: String, description: String, id: String, instanceId: String, ipv6Sets: List<String>, mac: String, name: String, networkInterfaceId: String, networkInterfaceName: String, networkInterfaceTrafficMode: String, ownerId: String, primaryIpAddress: String, privateIp: String, privateIpAddresses: List<String>, privateIps: List<String>, queueNumber: Int, resourceGroupId: String, securityGroupIds: List<String>, securityGroups: List<String>, serviceId: Int, serviceManaged: Boolean, status: String, tags: Map<String, String>, type: String, vpcId: String, vswitchId: String, zoneId: String)
Properties
Link copied to clipboard
The EIP associated with the secondary private IP address of the ENI. NOTE: Available in v1.163.0+.
Link copied to clipboard
The creation time.
Link copied to clipboard
The description of the ENI.
Link copied to clipboard
The instance id.
Link copied to clipboard
The network interface id.
Link copied to clipboard
The network interface name.
Link copied to clipboard
The communication mode of the elastic network card.
Link copied to clipboard
The primary private IP address of the ENI.
Link copied to clipboard
A list of secondary private IP address that is assigned to the ENI.
Link copied to clipboard
A list of secondary private IP address that is assigned to the ENI.
Link copied to clipboard
Number of network card queues.
Link copied to clipboard
The resource group id.
Link copied to clipboard
The security group ids.
Link copied to clipboard
The security groups.
Link copied to clipboard
Whether the user of the elastic network card is a cloud product or a virtual vendor.