Get Ipam Ipam Pool Allocations Plain Args
data class GetIpamIpamPoolAllocationsPlainArgs(val cidr: String? = null, val ids: List<String>? = null, val ipamPoolAllocationId: String? = null, val ipamPoolAllocationName: String? = null, val ipamPoolId: String, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetIpamIpamPoolAllocationsPlainArgs>
A collection of arguments for invoking getIpamIpamPoolAllocations.
Constructors
Properties
Link copied to clipboard
The instance ID of the ipam pool allocation.
Link copied to clipboard
The name of the ipam pool allocation.It must be 1 to 128 characters in length and cannot start with 'http:// 'or 'https.
Link copied to clipboard
The ID of the IPAM Pool.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).