InstanceNetworkInterfaceResponse

data class InstanceNetworkInterfaceResponse(val association: InstanceNetworkInterfaceAssociationResponse? = null, val attachment: InstanceNetworkInterfaceAttachmentResponse? = null, val connectionTrackingConfiguration: ConnectionTrackingSpecificationResponseResponse? = null, val description: String? = null, val groups: List<GroupIdentifierResponse>? = null, val interfaceType: String? = null, val ipv4Prefixes: List<InstanceIpv4PrefixResponse>? = null, val ipv6Addresses: List<InstanceIpv6AddressResponse>? = null, val ipv6Prefixes: List<InstanceIpv6PrefixResponse>? = null, val macAddress: String? = null, val networkInterfaceId: String? = null, val ownerId: String? = null, val privateDnsName: String? = null, val privateIpAddress: String? = null, val privateIpAddresses: List<InstancePrivateIpAddressResponse>? = null, val sourceDestCheck: Boolean? = null, val status: NetworkInterfaceStatusEnumValueResponse? = null, val subnetId: String? = null, val vpcId: String? = null)

Definition of InstanceNetworkInterface

Constructors

Link copied to clipboard
constructor(association: InstanceNetworkInterfaceAssociationResponse? = null, attachment: InstanceNetworkInterfaceAttachmentResponse? = null, connectionTrackingConfiguration: ConnectionTrackingSpecificationResponseResponse? = null, description: String? = null, groups: List<GroupIdentifierResponse>? = null, interfaceType: String? = null, ipv4Prefixes: List<InstanceIpv4PrefixResponse>? = null, ipv6Addresses: List<InstanceIpv6AddressResponse>? = null, ipv6Prefixes: List<InstanceIpv6PrefixResponse>? = null, macAddress: String? = null, networkInterfaceId: String? = null, ownerId: String? = null, privateDnsName: String? = null, privateIpAddress: String? = null, privateIpAddresses: List<InstancePrivateIpAddressResponse>? = null, sourceDestCheck: Boolean? = null, status: NetworkInterfaceStatusEnumValueResponse? = null, subnetId: String? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The association information for an Elastic IPv4 associated with the network interface.

Link copied to clipboard

The network interface attachment.

Link copied to clipboard

A security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see Connection tracking timeouts in the Amazon Elastic Compute Cloud User Guide.

Link copied to clipboard
val description: String? = null

The description.

Link copied to clipboard

The security groups.

Link copied to clipboard
val interfaceType: String? = null

The type of network interface.

Valid values: interface | efa | trunk

Link copied to clipboard

The IPv4 delegated prefixes that are assigned to the network interface.

Link copied to clipboard

The IPv6 addresses associated with the network interface.

Link copied to clipboard

The IPv6 delegated prefixes that are assigned to the network interface.

Link copied to clipboard
val macAddress: String? = null

The MAC address.

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard
val ownerId: String? = null

The ID of the Amazon Web Services account that created the network interface.

Link copied to clipboard
val privateDnsName: String? = null

The private DNS name.

Link copied to clipboard

The IPv4 address of the network interface within the subnet.

Link copied to clipboard

The private IPv4 addresses associated with the network interface.

Link copied to clipboard

Indicates whether source/destination checking is enabled.

Link copied to clipboard

The status of the network interface.

Link copied to clipboard
val subnetId: String? = null

The ID of the subnet.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC.