GetPublicIpAddressPoolCidrBlocksResult

data class GetPublicIpAddressPoolCidrBlocksResult(val blocks: List<GetPublicIpAddressPoolCidrBlocksBlock>, val cidrBlock: String? = null, val id: String, val ids: List<String>, val outputFile: String? = null, val publicIpAddressPoolId: String, val status: String? = null)

A collection of values returned by getPublicIpAddressPoolCidrBlocks.

Constructors

Link copied to clipboard
constructor(blocks: List<GetPublicIpAddressPoolCidrBlocksBlock>, cidrBlock: String? = null, id: String, ids: List<String>, outputFile: String? = null, publicIpAddressPoolId: String, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Vpc Public Ip Address Pool Cidr Blocks. Each element contains the following attributes:

Link copied to clipboard
val cidrBlock: String? = null

The CIDR block.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null
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.