Disassociates the specified elastic IP address
from the instance to which it is assigned.

C# |
public class DisassociateAddressRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DisassociateAddressRequest()()()() | Initializes a new instance of the DisassociateAddressRequest class |
![]() | AssociationId |
Association ID corresponding to the VPC elastic IP address
you want to disassociate.
Condition: Required for VPC elastic IP addresses
|
![]() | 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.) |
![]() | IsSetAssociationId()()()() |
Checks if AssociationId property is set
|
![]() | IsSetPublicIp()()()() |
Checks if PublicIp property is set
|
![]() | PublicIp |
IP address that you are disassociating from the instance.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAssociationId(String) | Obsolete.
Sets the Association ID corresponding to the VPC elastic IP address
you want to disassociate.
|
![]() | WithPublicIp(String) | Obsolete.
Sets the IP address that you are disassociating from the instance.
|

This is an idempotent operation. If you call it more
than once, Amazon EC2 does not return an error.

Object | ||
![]() | EC2Request | |
![]() | DisassociateAddressRequest |