GetEipAddressesEip

data class GetEipAddressesEip(val bandwidth: String, val creationTime: String, val deletionProtection: Boolean, val id: String, val instanceId: String, val instanceType: String, val internetChargeType: String, val ipAddress: String, val status: String)

Constructors

Link copied to clipboard
constructor(bandwidth: String, creationTime: String, deletionProtection: Boolean, id: String, instanceId: String, instanceType: String, internetChargeType: String, ipAddress: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The eip address.

Link copied to clipboard

The status of the EIP. Valid values: Associating: The EIP is being associated. Unassociating: The EIP is being disassociated. InUse: The EIP is allocated. Available:The EIP is available.