AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A public IP Address discovered by IPAM.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.IpamDiscoveredPublicAddress

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class IpamDiscoveredPublicAddress

The IpamDiscoveredPublicAddress type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Address System.String

Gets and sets the property Address.

The IP address.

Public Property AddressAllocationId System.String

Gets and sets the property AddressAllocationId.

The allocation ID of the resource the IP address is assigned to.

Public Property AddressOwnerId System.String

Gets and sets the property AddressOwnerId.

The ID of the owner of the resource the IP address is assigned to.

Public Property AddressRegion System.String

Gets and sets the property AddressRegion.

The Region of the resource the IP address is assigned to.

Public Property AddressType Amazon.EC2.IpamPublicAddressType

Gets and sets the property AddressType.

The IP address type.

Public Property AssociationStatus Amazon.EC2.IpamPublicAddressAssociationStatus

Gets and sets the property AssociationStatus.

The association status.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The instance ID of the instance the assigned IP address is assigned to.

Public Property IpamResourceDiscoveryId System.String

Gets and sets the property IpamResourceDiscoveryId.

The resource discovery ID.

Public Property NetworkBorderGroup System.String

Gets and sets the property NetworkBorderGroup.

The network border group that the resource that the IP address is assigned to is in.

Public Property NetworkInterfaceDescription System.String

Gets and sets the property NetworkInterfaceDescription.

The description of the network interface that IP address is assigned to.

Public Property NetworkInterfaceId System.String

Gets and sets the property NetworkInterfaceId.

The network interface ID of the resource with the assigned IP address.

Public Property PublicIpv4PoolId System.String

Gets and sets the property PublicIpv4PoolId.

The ID of the public IPv4 pool that the resource with the assigned IP address is from.

Public Property SampleTime System.DateTime

Gets and sets the property SampleTime.

The last successful resource discovery time.

Public Property SecurityGroups System.Collections.Generic.List<Amazon.EC2.Model.IpamPublicAddressSecurityGroup>

Gets and sets the property SecurityGroups.

Security groups associated with the resource that the IP address is assigned to.

Public Property Service Amazon.EC2.IpamPublicAddressAwsService

Gets and sets the property Service.

The Amazon Web Services service associated with the IP address.

Public Property ServiceResource System.String

Gets and sets the property ServiceResource.

The resource ARN or ID.

Public Property SubnetId System.String

Gets and sets the property SubnetId.

The ID of the subnet that the resource with the assigned IP address is in.

Public Property Tags Amazon.EC2.Model.IpamPublicAddressTags

Gets and sets the property Tags.

Tags associated with the IP address.

Public Property VpcId System.String

Gets and sets the property VpcId.

The ID of the VPC that the resource with the assigned IP address is in.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5