Package-level declarations
Types
Link copied to clipboard
data class ClusterApiServerProfileArgs(val ipAddress: Output<String>? = null, val url: Output<String>? = null, val visibility: Output<String>) : ConvertibleToJava<ClusterApiServerProfileArgs>
Link copied to clipboard
Builder for ClusterApiServerProfileArgs.
Link copied to clipboard
data class ClusterClusterProfileArgs(val domain: Output<String>, val fipsEnabled: Output<Boolean>? = null, val managedResourceGroupName: Output<String>? = null, val pullSecret: Output<String>? = null, val resourceGroupId: Output<String>? = null, val version: Output<String>) : ConvertibleToJava<ClusterClusterProfileArgs>
Link copied to clipboard
Builder for ClusterClusterProfileArgs.
Link copied to clipboard
data class ClusterIngressProfileArgs(val ipAddress: Output<String>? = null, val name: Output<String>? = null, val visibility: Output<String>) : ConvertibleToJava<ClusterIngressProfileArgs>
Link copied to clipboard
Builder for ClusterIngressProfileArgs.
Link copied to clipboard
data class ClusterMainProfileArgs(val diskEncryptionSetId: Output<String>? = null, val encryptionAtHostEnabled: Output<Boolean>? = null, val subnetId: Output<String>, val vmSize: Output<String>) : ConvertibleToJava<ClusterMainProfileArgs>
Link copied to clipboard
Builder for ClusterMainProfileArgs.
Link copied to clipboard
data class ClusterNetworkProfileArgs(val outboundType: Output<String>? = null, val podCidr: Output<String>, val preconfiguredNetworkSecurityGroupEnabled: Output<Boolean>? = null, val serviceCidr: Output<String>) : ConvertibleToJava<ClusterNetworkProfileArgs>
Link copied to clipboard
Builder for ClusterNetworkProfileArgs.
Link copied to clipboard
data class ClusterServicePrincipalArgs(val clientId: Output<String>, val clientSecret: Output<String>) : ConvertibleToJava<ClusterServicePrincipalArgs>
Link copied to clipboard
Builder for ClusterServicePrincipalArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ClusterWorkerProfileArgs.