GetIpamIpamPoolCidrsResult

data class GetIpamIpamPoolCidrsResult(val cidr: String? = null, val cidrs: List<GetIpamIpamPoolCidrsCidr>, val id: String, val ipamPoolId: String, val outputFile: String? = null)

A collection of values returned by getIpamIpamPoolCidrs.

Constructors

Link copied to clipboard
constructor(cidr: String? = null, cidrs: List<GetIpamIpamPoolCidrsCidr>, id: String, ipamPoolId: String, outputFile: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidr: String? = null

The CIDR address segment to be preset.> currently, only IPv4 address segments are supported.

Link copied to clipboard

A list of Ipam Pool Cidr Entries. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ID of the IPAM pool instance.

Link copied to clipboard
val outputFile: String? = null