Get Ipam Ipam Pools Plain Args
data class GetIpamIpamPoolsPlainArgs(val ids: List<String>? = null, val ipamPoolId: String? = null, val ipamPoolName: String? = null, val ipamScopeId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val poolRegionId: String? = null, val resourceGroupId: String? = null, val sourceIpamPoolId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetIpamIpamPoolsPlainArgs>
A collection of arguments for invoking getIpamIpamPools.
Constructors
Link copied to clipboard
constructor(ids: List<String>? = null, ipamPoolId: String? = null, ipamPoolName: String? = null, ipamScopeId: String? = null, nameRegex: String? = null, outputFile: String? = null, poolRegionId: String? = null, resourceGroupId: String? = null, sourceIpamPoolId: String? = null, tags: Map<String, String>? = null)
Properties
Link copied to clipboard
The first ID of the resource.
Link copied to clipboard
The name of the resource.
Link copied to clipboard
Ipam scope id.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The effective region of the IPAM address pool.
Link copied to clipboard
The ID of the resource group.
Link copied to clipboard
The instance ID of the source IPAM address pool.> If this parameter is not entered, the created address pool is the parent address pool.