Package-level declarations
Types
Link copied to clipboard
data class GetSubnetsResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val status: String? = null, val subnetId: String? = null, val subnetName: String? = null, val subnets: List<GetSubnetsSubnet>, val type: String? = null, val vpdId: String? = null, val zoneId: String? = null)
A collection of values returned by getSubnets.
Link copied to clipboard
Link copied to clipboard
data class GetVpdsResult(val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val status: String? = null, val vpdId: String? = null, val vpdName: String? = null, val vpds: List<GetVpdsVpd>)
A collection of values returned by getVpds.
Link copied to clipboard