Describes one or more Network Interfaces.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeNetworkInterfacesRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeNetworkInterfacesRequest()()()() | Initializes a new instance of the DescribeNetworkInterfacesRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            A list of filters used to match system-defined properties associated with the specified
            network interfaces.
            For a complete reference to the available filter keys for this operation, see the
            Amazon EC2 API reference.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | IsSetNetworkInterfaceId()()()() | 
            Checks if NetworkInterfaceId property is set
             | 
|  | NetworkInterfaceId | 
            One or more network interface IDs.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets filters used to match system-defined properties associated with the specified
            network interfaces.
             | 
|  | WithNetworkInterfaceId(array<String>[]()[][]) | Obsolete. 
            Sets the network interface IDs.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeNetworkInterfacesRequest | |