GetEipAddressesAddress

data class GetEipAddressesAddress(val addressName: String, val allocationId: String, val availableRegions: List<String>, val bandwidth: String, val bandwidthPackageBandwidth: String, val bandwidthPackageId: String, val bandwidthPackageType: String, val createTime: String, val deletionProtection: Boolean, val description: String, val expiredTime: String, val hasReservationData: String, val hdMonitorStatus: String, val id: String, val instanceId: String, val instanceRegionId: String, val instanceType: String, val internetChargeType: String, val ipAddress: String, val isp: String, val operationLocks: List<String>, val paymentType: String, val reservationActiveTime: String, val reservationBandwidth: String, val reservationInternetChargeType: String, val reservationOrderType: String, val resourceGroupId: String, val secondLimited: Boolean, val segmentInstanceId: String, val status: String, val tags: Map<String, String>)

Constructors

Link copied to clipboard
constructor(addressName: String, allocationId: String, availableRegions: List<String>, bandwidth: String, bandwidthPackageBandwidth: String, bandwidthPackageId: String, bandwidthPackageType: String, createTime: String, deletionProtection: Boolean, description: String, expiredTime: String, hasReservationData: String, hdMonitorStatus: String, id: String, instanceId: String, instanceRegionId: String, instanceType: String, internetChargeType: String, ipAddress: String, isp: String, operationLocks: List<String>, paymentType: String, reservationActiveTime: String, reservationBandwidth: String, reservationInternetChargeType: String, reservationOrderType: String, resourceGroupId: String, secondLimited: Boolean, segmentInstanceId: String, status: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the EIP.

Link copied to clipboard

The ID of the EIP.

Link copied to clipboard

The ID of the region to which the EIP belongs.

Link copied to clipboard

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

Link copied to clipboard

The bandwidth value of the EIP bandwidth plan with which the EIP is associated.

Link copied to clipboard

The ID of the EIP bandwidth plan.

Link copied to clipboard

The type of the bandwidth. Only CommonBandwidthPackage (an EIP bandwidth plan) is returned.

Link copied to clipboard

The time when the EIP was created.

Link copied to clipboard

Indicates whether deletion protection is enabled.

Link copied to clipboard

The description of the EIP.

Link copied to clipboard

The expiration date. The time follows the ISO 8601 standard and is displayed in UTC. Format: YYYY-MM-DDThh:mmZ.

Link copied to clipboard

Indicates whether renewal data is included. This parameter returns true only when the parameter IncludeReservationData is set to true, and some orders have not taken effect.

Link copied to clipboard

Indicates whether fine-grained monitoring is enabled for the EIP.

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 region ID of the associated resource.

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 IP address of the EIP.

Link copied to clipboard
val isp: String

The Internet service provider (ISP).

Link copied to clipboard

The details about the locked EIP.

Link copied to clipboard

The billing method of the EIP.

Link copied to clipboard

The time when the renewal takes effect.

Link copied to clipboard

The bandwidth after the renewal takes effect.

Link copied to clipboard

The metering method of the renewal.

Link copied to clipboard

The type of the renewal order.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

Indicates whether level-2 throttling is configured.

Link copied to clipboard

The IDs of the contiguous EIPs.

Link copied to clipboard

The status of the EIP.

Link copied to clipboard

A mapping of tags to assign to the resource.