Get Eips Result
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)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A list of EIPs. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The Id of resource group which the eips belongs.
Link copied to clipboard