Java com.amazonaws.services.ec2.model InstanceNetworkInterface fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model InstanceNetworkInterface fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model InstanceNetworkInterface.

The text is from its open source code.

Method

InstanceNetworkInterfaceAssociationgetAssociation()

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

InstanceNetworkInterfaceAttachmentgetAttachment()

The network interface attachment.

StringgetDescription()

The description.

java.util.ListgetGroups()

One or more security groups.

java.util.ListgetIpv6Addresses()

One or more IPv6 addresses associated with the network interface.

StringgetMacAddress()

The MAC address.

StringgetNetworkInterfaceId()

The ID of the network interface.

StringgetOwnerId()

The ID of the AWS account that created the network interface.

StringgetPrivateDnsName()

The private DNS name.

StringgetPrivateIpAddress()

The IPv4 address of the network interface within the subnet.

java.util.ListgetPrivateIpAddresses()

One or more private IPv4 addresses associated with the network interface.

BooleangetSourceDestCheck()

Indicates whether to validate network traffic to or from this network interface.

StringgetStatus()

The status of the network interface.

StringgetSubnetId()

The ID of the subnet.

StringgetVpcId()

The ID of the VPC.