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

The maximum bandwidth of the EIP. Unit: Mbit/s.

Link copied to clipboard
Link copied to clipboard

Indicates whether deletion protection is enabled.

Link copied to clipboard
val id: String

The ID of the Address.

Link copied to clipboard

The ID of the instance with which the EIP is associated.

Link copied to clipboard

The type of the instance with which the EIP is associated.

Link copied to clipboard

The metering method of the EIP.

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.