Disassociates the specified elastic IP address from the instance to which it is assigned. This is an idempotent operation. If you enter it more than once, Amazon EC2 does not return an error.

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DisassociateAddressRequest
Public Class DisassociateAddressRequest
public ref class DisassociateAddressRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DisassociateAddressRequest()()()()
Initializes a new instance of the DisassociateAddressRequest class
AssociationId
Gets and sets the AssociationId property. Association ID corresponding to the VPC elastic IP address you want to disassociate. Condition: Required for VPC elastic IP addresses
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
IsSetAssociationId()()()()
Checks if AssociationId property is set
IsSetPublicIp()()()()
Checks if PublicIp property is set
PublicIp
Gets and sets the PublicIp property. IP address that you are disassociating from the instance.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAssociationId(String)
Sets the AssociationId property
WithPublicIp(String)
Sets the PublicIp property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..DisassociateAddressRequest

See Also