Unassigns one or more secondary private IP addresses from a network
            interface in Amazon VPC.
            This command is only available in Amazon VPC
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class UnassignPrivateIpAddressesRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UnassignPrivateIpAddressesRequest()()()() | Initializes a new instance of the UnassignPrivateIpAddressesRequest class | 
|  | 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.) | 
|  | IsSetNetworkInterfaceId()()()() | 
            Checks if the NetworkInterfaceId property is set
             | 
|  | IsSetPrivateIpAddresses()()()() | 
            Checks if the PrivateIpAddresses property is set
             | 
|  | NetworkInterfaceId | 
            The network interface from which the secondary private IP address will be unassigned. 
             | 
|  | PrivateIpAddresses | 
            The secondary private IP addresses that you want to unassign from the network interface.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithNetworkInterfaceId(String) | Obsolete. 
            Sets the network interface from which the secondary private IP address will be unassigned. 
             | 
|  | WithPrivateIpAddresses(List<(Of <<'(String>)>>)) | Obsolete. 
            Sets the secondary private IP addresses that you want to unassign from the network interface.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | UnassignPrivateIpAddressesRequest | |