AwsEc2AddressPropertiesResponse

data class AwsEc2AddressPropertiesResponse(val allocationId: String? = null, val associationId: String? = null, val carrierIp: String? = null, val customerOwnedIp: String? = null, val customerOwnedIpv4Pool: String? = null, val domain: DomainTypeEnumValueResponse? = null, val instanceId: String? = null, val networkBorderGroup: String? = null, val networkInterfaceId: String? = null, val networkInterfaceOwnerId: String? = null, val privateIpAddress: String? = null, val publicIp: String? = null, val publicIpv4Pool: String? = null, val tags: List<TagResponse>? = null)

Definition of awsEc2Address

Constructors

Link copied to clipboard
constructor(allocationId: String? = null, associationId: String? = null, carrierIp: String? = null, customerOwnedIp: String? = null, customerOwnedIpv4Pool: String? = null, domain: DomainTypeEnumValueResponse? = null, instanceId: String? = null, networkBorderGroup: String? = null, networkInterfaceId: String? = null, networkInterfaceOwnerId: String? = null, privateIpAddress: String? = null, publicIp: String? = null, publicIpv4Pool: String? = null, tags: List<TagResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocationId: String? = null

The ID representing the allocation of the address.

Link copied to clipboard
val associationId: String? = null

The ID representing the association of the address with an instance.

Link copied to clipboard
val carrierIp: String? = null

The carrier IP address associated. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance).

Link copied to clipboard
val customerOwnedIp: String? = null

The customer-owned IP address.

Link copied to clipboard

The ID of the customer-owned address pool.

Link copied to clipboard

The network (vpc).

Link copied to clipboard
val instanceId: String? = null

The ID of the instance that the address is associated with (if any).

Link copied to clipboard

The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the network interface.

Link copied to clipboard

The private IP address associated with the Elastic IP address.

Link copied to clipboard
val publicIp: String? = null

The Elastic IP address.

Link copied to clipboard
val publicIpv4Pool: String? = null

The ID of an address pool.

Link copied to clipboard
val tags: List<TagResponse>? = null

Any tags assigned to the Elastic IP address.