GetNetworkInterfacesInterface

data class GetNetworkInterfacesInterface(val associatedPublicIps: List<GetNetworkInterfacesInterfaceAssociatedPublicIp>, 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<GetNetworkInterfacesInterfaceAssociatedPublicIp>, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time of the ENI.

Link copied to clipboard

Description of the ENI.

Link copied to clipboard
val id: String

ID of the ENI.

Link copied to clipboard

ID of the instance that the ENI is attached to.

Link copied to clipboard
Link copied to clipboard
val mac: String

MAC address of the ENI.

Link copied to clipboard

Name of the ENI.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Primary private IP of the ENI.

Link copied to clipboard
Link copied to clipboard

A list of secondary private IP address that is assigned to the ENI.

Link copied to clipboard
Link copied to clipboard

The Id of resource group.

Link copied to clipboard
Link copied to clipboard

A list of security group that the ENI belongs to.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Current status of the ENI.

Link copied to clipboard

A map of tags assigned to the ENI.

Link copied to clipboard
Link copied to clipboard

ID of the VPC that the ENI belongs to.

Link copied to clipboard

ID of the vSwitch that the ENI is linked to.

Link copied to clipboard

ID of the availability zone that the ENI belongs to.