Package-level declarations
Types
Link copied to clipboard
data class ClusterArgs(val addOnFeatures: Output<List<String>>? = null, val azureActiveDirectory: Output<ClusterAzureActiveDirectoryArgs>? = null, val certificate: Output<ClusterCertificateArgs>? = null, val certificateCommonNames: Output<ClusterCertificateCommonNamesArgs>? = null, val clientCertificateCommonNames: Output<List<ClusterClientCertificateCommonNameArgs>>? = null, val clientCertificateThumbprints: Output<List<ClusterClientCertificateThumbprintArgs>>? = null, val clusterCodeVersion: Output<String>? = null, val diagnosticsConfig: Output<ClusterDiagnosticsConfigArgs>? = null, val fabricSettings: Output<List<ClusterFabricSettingArgs>>? = null, val location: Output<String>? = null, val managementEndpoint: Output<String>? = null, val name: Output<String>? = null, val nodeTypes: Output<List<ClusterNodeTypeArgs>>? = null, val reliabilityLevel: Output<String>? = null, val resourceGroupName: Output<String>? = null, val reverseProxyCertificate: Output<ClusterReverseProxyCertificateArgs>? = null, val reverseProxyCertificateCommonNames: Output<ClusterReverseProxyCertificateCommonNamesArgs>? = null, val serviceFabricZonalUpgradeMode: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val upgradeMode: Output<String>? = null, val upgradePolicy: Output<ClusterUpgradePolicyArgs>? = null, val vmImage: Output<String>? = null, val vmssZonalUpgradeMode: Output<String>? = null) : ConvertibleToJava<ClusterArgs>
Manages a Service Fabric Cluster.
Link copied to clipboard
class ClusterArgsBuilder
Builder for ClusterArgs.
Link copied to clipboard
Link copied to clipboard
class ClusterResourceBuilder
Builder for Cluster.
Link copied to clipboard
Manages a Resource Group.
Link copied to clipboard
data class ManagedClusterArgs(val authentication: Output<ManagedClusterAuthenticationArgs>? = null, val backupServiceEnabled: Output<Boolean>? = null, val clientConnectionPort: Output<Int>? = null, val customFabricSettings: Output<List<ManagedClusterCustomFabricSettingArgs>>? = null, val dnsName: Output<String>? = null, val dnsServiceEnabled: Output<Boolean>? = null, val httpGatewayPort: Output<Int>? = null, val lbRules: Output<List<ManagedClusterLbRuleArgs>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val nodeTypes: Output<List<ManagedClusterNodeTypeArgs>>? = null, val password: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val upgradeWave: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ManagedClusterArgs>
Manages a Resource Group.
Link copied to clipboard
Builder for ManagedClusterArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ManagedCluster.
Functions
Link copied to clipboard
suspend fun managedCluster(name: String, block: suspend ManagedClusterResourceBuilder.() -> Unit): ManagedCluster