Package-level declarations

Types

Link copied to clipboard
class HciCluster : KotlinCustomResource

Manages an Azure Stack HCI Cluster.

Link copied to clipboard
data class HciClusterArgs(val automanageConfigurationId: Output<String>? = null, val clientId: Output<String>? = null, val identity: Output<HciClusterIdentityArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<HciClusterArgs>

Manages an Azure Stack HCI Cluster.

Link copied to clipboard
Link copied to clipboard
object HciClusterMapper : ResourceMapper<HciCluster>
Link copied to clipboard
Link copied to clipboard
class HciLogicalNetwork : KotlinCustomResource

Manages an Azure Stack HCI Logical Network.

Link copied to clipboard
data class HciLogicalNetworkArgs(val customLocationId: Output<String>? = null, val dnsServers: Output<List<String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val subnet: Output<HciLogicalNetworkSubnetArgs>? = null, val tags: Output<Map<String, String>>? = null, val virtualSwitchName: Output<String>? = null) : ConvertibleToJava<HciLogicalNetworkArgs>

Manages an Azure Stack HCI Logical Network.

Link copied to clipboard
object HciLogicalNetworkMapper : ResourceMapper<HciLogicalNetwork>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun hciCluster(name: String, block: suspend HciClusterResourceBuilder.() -> Unit): HciCluster