Get Eip Addresses Plain Args
data class GetEipAddressesPlainArgs(val addressName: String? = null, val associatedInstanceId: String? = null, val associatedInstanceType: String? = null, val dryRun: Boolean? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, 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 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) : ConvertibleToJava<GetEipAddressesPlainArgs>
A collection of arguments for invoking getEipAddresses.
Constructors
Link copied to clipboard
constructor(addressName: String? = null, associatedInstanceId: String? = null, associatedInstanceType: String? = null, dryRun: Boolean? = null, enableDetails: Boolean? = null, ids: List<String>? = null, includeReservationData: Boolean? = null, ipAddress: String? = null, ipAddresses: List<String>? = null, isp: String? = null, lockReason: String? = null, nameRegex: String? = null, 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
The eip name.
Link copied to clipboard
The associated instance id.
Link copied to clipboard
The associated instance type.
Link copied to clipboard
Default to true
. Set it to false
can hide the tags
to output.
Link copied to clipboard
The include reservation data. Valid values: BGP
and BGP_PRO
.
Link copied to clipboard
Link copied to clipboard
The lock reason.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The billing method of the EIP. Valid values: Subscription
and PayAsYouGo
.
Link copied to clipboard
The ID of the resource group.
Link copied to clipboard
The IDs of the contiguous EIPs. This value is returned only when contiguous EIPs are specified.