Package-level declarations

Types

Link copied to clipboard
data class GetSubnetsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, 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 type: String? = null, val vpdId: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetSubnetsPlainArgs>

A collection of arguments for invoking getSubnets.

Link copied to clipboard
data class GetVpdsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, 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) : ConvertibleToJava<GetVpdsPlainArgs>

A collection of arguments for invoking getVpds.

Link copied to clipboard