EfloFunctions

Functions

Link copied to clipboard

This data source provides Eflo Subnet available to the user.What is Subnet

suspend fun getSubnets(argument: suspend GetSubnetsPlainArgsBuilder.() -> Unit): GetSubnetsResult
suspend fun getSubnets(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, status: String? = null, subnetId: String? = null, subnetName: String? = null, type: String? = null, vpdId: String? = null, zoneId: String? = null): GetSubnetsResult
Link copied to clipboard
suspend fun getVpds(argument: GetVpdsPlainArgs): GetVpdsResult

This data source provides Eflo Vpd available to the user.What is Vpd

suspend fun getVpds(argument: suspend GetVpdsPlainArgsBuilder.() -> Unit): GetVpdsResult
suspend fun getVpds(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, status: String? = null, vpdId: String? = null, vpdName: String? = null): GetVpdsResult