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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class IpamDiscoveredPublicAddress
The IpamDiscoveredPublicAddress type exposes the following members
Name | Description | |
---|---|---|
![]() |
IpamDiscoveredPublicAddress() |
Name | Type | Description | |
---|---|---|---|
![]() |
Address | System.String |
Gets and sets the property Address. The IP address. |
![]() |
AddressAllocationId | System.String |
Gets and sets the property AddressAllocationId. The allocation ID of the resource the IP address is assigned to. |
![]() |
AddressOwnerId | System.String |
Gets and sets the property AddressOwnerId. The ID of the owner of the resource the IP address is assigned to. |
![]() |
AddressRegion | System.String |
Gets and sets the property AddressRegion. The Region of the resource the IP address is assigned to. |
![]() |
AddressType | Amazon.EC2.IpamPublicAddressType |
Gets and sets the property AddressType. The IP address type. |
![]() |
AssociationStatus | Amazon.EC2.IpamPublicAddressAssociationStatus |
Gets and sets the property AssociationStatus. The association status. |
![]() |
InstanceId | System.String |
Gets and sets the property InstanceId. The instance ID of the instance the assigned IP address is assigned to. |
![]() |
IpamResourceDiscoveryId | System.String |
Gets and sets the property IpamResourceDiscoveryId. The resource discovery ID. |
![]() |
NetworkBorderGroup | System.String |
Gets and sets the property NetworkBorderGroup. The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide. |
![]() |
NetworkInterfaceDescription | System.String |
Gets and sets the property NetworkInterfaceDescription. The description of the network interface that IP address is assigned to. |
![]() |
NetworkInterfaceId | System.String |
Gets and sets the property NetworkInterfaceId. The network interface ID of the resource with the assigned IP address. |
![]() |
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. |
![]() |
SampleTime | System.Nullable<System.DateTime> |
Gets and sets the property SampleTime. The last successful resource discovery time. |
![]() |
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. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Service | Amazon.EC2.IpamPublicAddressAwsService |
Gets and sets the property Service. The Amazon Web Services service associated with the IP address. |
![]() |
ServiceResource | System.String |
Gets and sets the property ServiceResource. The resource ARN or ID. |
![]() |
SubnetId | System.String |
Gets and sets the property SubnetId. The ID of the subnet that the resource with the assigned IP address is in. |
![]() |
Tags | Amazon.EC2.Model.IpamPublicAddressTags |
Gets and sets the property Tags. Tags associated with the IP address. |
![]() |
VpcId | System.String |
Gets and sets the property VpcId. The ID of the VPC that the resource with the assigned IP address is in. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer