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.ModelAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (Inherited from Object.) | |
| WithAssociationId(String) |
Sets the AssociationId property
| |
| WithPublicIp(String) |
Sets the PublicIp property
|