GetEipResult

data class GetEipResult(val allocationId: String? = null, val instanceId: String? = null, val publicIp: String? = null, val publicIpv4Pool: String? = null, val tags: List<EipTag>? = null)

Constructors

Link copied to clipboard
fun GetEipResult(allocationId: String? = null, instanceId: String? = null, publicIp: String? = null, publicIpv4Pool: String? = null, tags: List<EipTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocationId: String? = null

The Allocation ID of the EIP generated by resource.

Link copied to clipboard
val instanceId: String? = null

The ID of the instance.

Link copied to clipboard
val publicIp: String? = null

The PublicIP of the EIP generated by resource.

Link copied to clipboard
val publicIpv4Pool: String? = null

The ID of an address pool that you own. Use this parameter to let Amazon EC2 select an address from the address pool.

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

Any tags assigned to the EIP.