GetEipsResult

data class GetEipsResult(val addressName: String? = null, val addresses: List<GetEipsAddress>, val associatedInstanceId: String? = null, val associatedInstanceType: String? = null, val dryRun: Boolean? = null, val eips: List<GetEipsEip>, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val includeReservationData: Boolean? = null, val ipAddress: String? = null, val ipAddresses: List<String>? = null, val isp: String? = null, val lockReason: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val paymentType: String? = null, val resourceGroupId: String? = null, val segmentInstanceId: String? = null, val status: String? = null, val tags: Map<String, String>? = null)

A collection of values returned by getEips.

Constructors

Link copied to clipboard
constructor(addressName: String? = null, addresses: List<GetEipsAddress>, associatedInstanceId: String? = null, associatedInstanceType: String? = null, dryRun: Boolean? = null, eips: List<GetEipsEip>, enableDetails: Boolean? = null, id: String, ids: List<String>, includeReservationData: Boolean? = null, ipAddress: String? = null, ipAddresses: List<String>? = null, isp: String? = null, lockReason: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, paymentType: String? = null, resourceGroupId: String? = null, segmentInstanceId: String? = null, status: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val addressName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val dryRun: Boolean? = null
Link copied to clipboard

A list of EIPs. Each element contains the following attributes:

Link copied to clipboard
val enableDetails: Boolean? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(Optional) A list of EIP IDs.

Link copied to clipboard
Link copied to clipboard
val ipAddress: String? = null

Public IP Address of the the EIP.

Link copied to clipboard
val ipAddresses: List<String>? = null
Link copied to clipboard
val isp: String? = null
Link copied to clipboard
val lockReason: String? = null
Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

(Optional) A list of EIP names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val paymentType: String? = null
Link copied to clipboard
val resourceGroupId: String? = null

The Id of resource group which the eips belongs.

Link copied to clipboard
Link copied to clipboard
val status: String? = null

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

Link copied to clipboard
val tags: Map<String, String>? = null