Get Network Interfaces Interface
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)
Properties
Link copied to clipboard
Link copied to clipboard
Creation time of the ENI.
Link copied to clipboard
Description 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
Link copied to clipboard
Link copied to clipboard
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