AwsEc2EipDetails

Information about an Elastic IP address.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use with Amazon VPC.

Link copied to clipboard

The identifier that represents the association of the Elastic IP address with an EC2 instance.

Link copied to clipboard

The domain in which to allocate the address.

Link copied to clipboard

The identifier of the EC2 instance.

Link copied to clipboard

The name of the location from which the Elastic IP address is advertised.

Link copied to clipboard

The identifier of the network interface.

Link copied to clipboard

The Amazon Web Services account ID of the owner of the network interface.

Link copied to clipboard

The private IP address that is associated with the Elastic IP address.

Link copied to clipboard

A public IP address that is associated with the EC2 instance.

Link copied to clipboard

The identifier of an IP address pool. This parameter allows Amazon EC2 to select an IP address from the address pool.

Functions

Link copied to clipboard
inline fun copy(block: AwsEc2EipDetails.Builder.() -> Unit = {}): AwsEc2EipDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String