AWS SDK for .NET Documentation
DescribeAddressesRequest Class
AmazonAmazon.EC2.ModelDescribeAddressesRequest Did this page help you?   Yes   No    Tell us about it...
Lists elastic IP addresses assigned to your account or provides information about a specific address.
Declaration Syntax
C#
public class DescribeAddressesRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeAddressesRequest()()()()
Initializes a new instance of the DescribeAddressesRequest class

AllocationId
One or more allocation IDs corresponding to the address or addresses to describe. Applies only to VPC addresses.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter
A list of filters used to match system-defined properties and user-defined tags associated with the specified DescribeAddresses. For a complete reference to the available filter keys for this operation, see the Amazon EC2 API reference.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetAllocationId()()()()
Checks if AllocationId property is set

IsSetFilter()()()()
Checks if Filter property is set

IsSetPublicIp()()()()
Checks if PublicIp property is set

PublicIp
Elastic IP address to describe.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAllocationId(array<String>[]()[][]) Obsolete.
Sets allocation IDs corresponding to the address or addresses to describe. Applies only to VPC addresses.

WithFilter(array<Filter>[]()[][]) Obsolete.
Sets the list of filters used to match system-defined properties and user-defined tags associated with the specified DescribeAddresses.

WithPublicIp(array<String>[]()[][]) Obsolete.
Sets the elastic IP address to describe.

Inheritance Hierarchy
Object
EC2Request
 DescribeAddressesRequest

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