GetEipsEip

data class GetEipsEip(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

EIP internet max bandwidth in Mbps.

Link copied to clipboard

Time of creation.

Link copied to clipboard

(Optional, Available in v1.124.4+) Whether enable the deletion protection or not.

Link copied to clipboard
val id: String

ID of the EIP.

Link copied to clipboard

The ID of the instance that is being bound.

Link copied to clipboard

The instance type of that the EIP is bound.

Link copied to clipboard

EIP internet charge type.

Link copied to clipboard

Public IP Address of the the EIP.

Link copied to clipboard

EIP status. Possible values are: Associating, Unassociating, InUse and Available.