Instance Network Interface
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceNetworkInterface
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceNetworkInterface()()()() | Initializes a new instance of the InstanceNetworkInterface class | 
|  | Association | 
            The association information for an Elastic IP associated with the network interface.
             | 
|  | Attachment | 
            The network interface attachment.
             | 
|  | Description | 
            Description of the interface.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | GroupId | 
            Security group IDs for the interface.
             | 
|  | GroupName | 
            Security group names for the interface.
             | 
|  | IsSetAssociation()()()() | 
            Checks if the Association property is set
             | 
|  | IsSetAttachment()()()() | 
            Checks if the Attachment property is set
             | 
|  | IsSetDescription()()()() | 
            Checks if the Description property is set
             | 
|  | IsSetGroupId()()()() | 
            Checks if GroupId property is set
             | 
|  | IsSetGroupName()()()() | 
            Checks if GroupName property is set
             | 
|  | IsSetMacAddress()()()() | 
            Checks if the MacAddress property is set
             | 
|  | IsSetNetworkInterfaceId()()()() | 
            Checks if the NetworkInterfaceId property is set
             | 
|  | IsSetOwnerId()()()() | 
            Checks if the OwnerId property is set
             | 
|  | IsSetPrivateDnsName()()()() | 
            Checks if the PrivateDnsName property is set
             | 
|  | IsSetPrivateIpAddress()()()() | 
            Checks if the PrivateIpAddress property is set
             | 
|  | IsSetPrivateIpAddresses()()()() | 
            Checks if the PrivateIpAddresses property is set
             | 
|  | IsSetSourceDestCheck()()()() | 
            Checks if the SourceDestCheck property is set
             | 
|  | IsSetStatus()()()() | 
            Checks if the Status property is set
             | 
|  | IsSetSubnetId()()()() | 
            Checks if the SubnetId property is set
             | 
|  | IsSetVpcId()()()() | 
            Checks if the VpcId property is set
             | 
|  | MacAddress | 
            MAC address of the interface within the subnet.
             | 
|  | NetworkInterfaceId | 
            The ID of the network interface.
             | 
|  | OwnerId | 
            The ID of the customer who created the interface.
             | 
|  | PrivateDnsName | 
            Private DNS name.
             | 
|  | PrivateIpAddress | 
            IP address of the interface within the subnet.
             | 
|  | PrivateIpAddresses | 
            The private IP addresses associated with the network interface.
             | 
|  | SourceDestCheck | 
            Whether traffic to or from the instance is validated.
             | 
|  | Status | 
            Status of the interface.
            Valid values: "available" | "in-use".
             | 
|  | SubnetId | 
            The ID of the subnet.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcId | 
            The ID of the VPC.
             | 
|  | WithAssociation(InstanceNetworkInterfaceAssociation) | Obsolete. 
            Sets the association information for an Elastic IP associated with the network interface.
             | 
|  | WithAttachment(InstanceNetworkInterfaceAttachment) | Obsolete. 
            Sets the network interface attachment.
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the description of the interface.
             | 
|  | WithGroupId(array<String>[]()[][]) | Obsolete. 
            Sets the security groups for the interface.
             | 
|  | WithGroupName(array<String>[]()[][]) | Obsolete. 
            Sets the security group names for the interface.
             | 
|  | WithMacAddress(String) | Obsolete. 
            Sets the MAC address of the interface within the subnet.
             | 
|  | WithNetworkInterfaceId(String) | Obsolete. 
            Sets the ID of the network interface.
             | 
|  | WithOwnerId(String) | Obsolete. 
            Sets the ID of the customer who created the interface.
             | 
|  | WithPrivateDnsName(String) | Obsolete. 
            Sets the private DNS name.
             | 
|  | WithPrivateIpAddress(String) | Obsolete. 
            Sets the IP address of the interface within the subnet.
             | 
|  | WithPrivateIpAddresses(array<InstancePrivateIpAddress>[]()[][]) | Obsolete. 
            Sets the private IP addresses associated with the network interface.
             | 
|  | WithSourceDestCheck(Boolean) | Obsolete. 
            Sets whether traffic to or from the instance is validated.
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the status of the interface.
             | 
|  | WithSubnetId(String) | Obsolete. 
            Sets the ID of the subnet.
             | 
|  | WithVpcId(String) | Obsolete. 
            Sets the ID of the VPC.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceNetworkInterface |