AWS SDK for .NET Documentation
DisassociateAddressRequest Class
AmazonAmazon.EC2.ModelDisassociateAddressRequest Did this page help you?   Yes   No    Tell us about it...
Disassociates the specified elastic IP address from the instance to which it is assigned.
Declaration Syntax
C#
public class DisassociateAddressRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
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
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.

Remarks
This is an idempotent operation. If you call it more than once, Amazon EC2 does not return an error.
Inheritance Hierarchy
Object
EC2Request
 DisassociateAddressRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)