GetAnycastEipAddressesPlainArgs

data class GetAnycastEipAddressesPlainArgs(val anycastEipAddressName: String? = null, val bindInstanceIds: List<String>? = null, val businessStatus: String? = null, val ids: List<String>? = null, val internetChargeType: String? = null, val ipAddress: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val paymentType: String? = null, val serviceLocation: String? = null, val status: String? = null) : ConvertibleToJava<GetAnycastEipAddressesPlainArgs>

A collection of arguments for invoking getAnycastEipAddresses.

Constructors

Link copied to clipboard
constructor(anycastEipAddressName: String? = null, bindInstanceIds: List<String>? = null, businessStatus: String? = null, ids: List<String>? = null, internetChargeType: String? = null, ipAddress: String? = null, nameRegex: String? = null, outputFile: String? = null, paymentType: String? = null, serviceLocation: String? = null, status: String? = null)

Properties

Link copied to clipboard

Anycast EIP instance name.

Link copied to clipboard

The bind instance ids.

Link copied to clipboard
val businessStatus: String? = null

The business status of the Anycast EIP instance. -Normal: Normal state. -FinancialLocked: The status of arrears locked.

Link copied to clipboard
val ids: List<String>? = null

A list of Anycast Eip Address IDs.

Link copied to clipboard

The billing method of Anycast EIP instance. PayByBandwidth: refers to the method of billing based on traffic.

Link copied to clipboard
val ipAddress: String? = null

Anycast EIP instance IP address.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Anycast Eip Address name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val paymentType: String? = null

The payment model of Anycast EIP instance. PayAsYouGo: Refers to the post-paid mode. Default value is PayAsYouGo.

Link copied to clipboard
val serviceLocation: String? = null

Anycast EIP instance access area. international: Refers to areas outside of Mainland China.

Link copied to clipboard
val status: String? = null

IP status。- Associating, Unassociating, Allocated, Associated, Modifying, Releasing, Released. Valid values: Allocated, Associated.

Functions

Link copied to clipboard
open override fun toJava(): GetAnycastEipAddressesPlainArgs