GetPublicIpAddressPoolCidrBlocksPlainArgs

data class GetPublicIpAddressPoolCidrBlocksPlainArgs(val cidrBlock: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val publicIpAddressPoolId: String, val status: String? = null) : ConvertibleToJava<GetPublicIpAddressPoolCidrBlocksPlainArgs>

A collection of arguments for invoking getPublicIpAddressPoolCidrBlocks.

Constructors

constructor(cidrBlock: String? = null, ids: List<String>? = null, outputFile: String? = null, publicIpAddressPoolId: String, status: String? = null)

Properties

Link copied to clipboard
val cidrBlock: String? = null

The CIDR block.

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

A list of Vpc Public Ip Address Pool Cidr Block IDs.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard

The ID of the Vpc Public IP address pool.

Link copied to clipboard
val status: String? = null

The status of the CIDR block in the Vpc Public IP address pool. Valid values: Created, Modifying, Deleting.

Functions

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