Package-level declarations
Types
Link copied to clipboard
data class ClusterAzureActiveDirectoryArgs(val clientApplicationId: Output<String>, val clusterApplicationId: Output<String>, val tenantId: Output<String>) : ConvertibleToJava<ClusterAzureActiveDirectoryArgs>
Link copied to clipboard
Builder for ClusterAzureActiveDirectoryArgs.
Link copied to clipboard
data class ClusterCertificateArgs(val thumbprint: Output<String>, val thumbprintSecondary: Output<String>? = null, val x509StoreName: Output<String>) : ConvertibleToJava<ClusterCertificateArgs>
Link copied to clipboard
Builder for ClusterCertificateArgs.
Link copied to clipboard
data class ClusterCertificateCommonNamesArgs(val commonNames: Output<List<ClusterCertificateCommonNamesCommonNameArgs>>, val x509StoreName: Output<String>) : ConvertibleToJava<ClusterCertificateCommonNamesArgs>
Link copied to clipboard
Builder for ClusterCertificateCommonNamesArgs.
Link copied to clipboard
data class ClusterCertificateCommonNamesCommonNameArgs(val certificateCommonName: Output<String>, val certificateIssuerThumbprint: Output<String>? = null) : ConvertibleToJava<ClusterCertificateCommonNamesCommonNameArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterClientCertificateCommonNameArgs(val commonName: Output<String>, val isAdmin: Output<Boolean>, val issuerThumbprint: Output<String>? = null) : ConvertibleToJava<ClusterClientCertificateCommonNameArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterClientCertificateThumbprintArgs(val isAdmin: Output<Boolean>, val thumbprint: Output<String>) : ConvertibleToJava<ClusterClientCertificateThumbprintArgs>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Builder for ClusterDiagnosticsConfigArgs.
Link copied to clipboard
data class ClusterFabricSettingArgs(val name: Output<String>, val parameters: Output<Map<String, String>>? = null) : ConvertibleToJava<ClusterFabricSettingArgs>
Link copied to clipboard
Builder for ClusterFabricSettingArgs.
Link copied to clipboard
data class ClusterNodeTypeApplicationPortsArgs(val endPort: Output<Int>, val startPort: Output<Int>) : ConvertibleToJava<ClusterNodeTypeApplicationPortsArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterNodeTypeArgs(val applicationPorts: Output<ClusterNodeTypeApplicationPortsArgs>? = null, val capacities: Output<Map<String, String>>? = null, val clientEndpointPort: Output<Int>, val durabilityLevel: Output<String>? = null, val ephemeralPorts: Output<ClusterNodeTypeEphemeralPortsArgs>? = null, val httpEndpointPort: Output<Int>, val instanceCount: Output<Int>, val isPrimary: Output<Boolean>, val isStateless: Output<Boolean>? = null, val multipleAvailabilityZones: Output<Boolean>? = null, val name: Output<String>, val placementProperties: Output<Map<String, String>>? = null, val reverseProxyEndpointPort: Output<Int>? = null) : ConvertibleToJava<ClusterNodeTypeArgs>
Link copied to clipboard
Builder for ClusterNodeTypeArgs.
Link copied to clipboard
data class ClusterNodeTypeEphemeralPortsArgs(val endPort: Output<Int>, val startPort: Output<Int>) : ConvertibleToJava<ClusterNodeTypeEphemeralPortsArgs>
Link copied to clipboard
Builder for ClusterNodeTypeEphemeralPortsArgs.
Link copied to clipboard
data class ClusterReverseProxyCertificateArgs(val thumbprint: Output<String>, val thumbprintSecondary: Output<String>? = null, val x509StoreName: Output<String>) : ConvertibleToJava<ClusterReverseProxyCertificateArgs>
Link copied to clipboard
Builder for ClusterReverseProxyCertificateArgs.
Link copied to clipboard
data class ClusterReverseProxyCertificateCommonNamesArgs(val commonNames: Output<List<ClusterReverseProxyCertificateCommonNamesCommonNameArgs>>, val x509StoreName: Output<String>) : ConvertibleToJava<ClusterReverseProxyCertificateCommonNamesArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterReverseProxyCertificateCommonNamesCommonNameArgs(val certificateCommonName: Output<String>, val certificateIssuerThumbprint: Output<String>? = null) : ConvertibleToJava<ClusterReverseProxyCertificateCommonNamesCommonNameArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterUpgradePolicyArgs(val deltaHealthPolicy: Output<ClusterUpgradePolicyDeltaHealthPolicyArgs>? = null, val forceRestartEnabled: Output<Boolean>? = null, val healthCheckRetryTimeout: Output<String>? = null, val healthCheckStableDuration: Output<String>? = null, val healthCheckWaitDuration: Output<String>? = null, val healthPolicy: Output<ClusterUpgradePolicyHealthPolicyArgs>? = null, val upgradeDomainTimeout: Output<String>? = null, val upgradeReplicaSetCheckTimeout: Output<String>? = null, val upgradeTimeout: Output<String>? = null) : ConvertibleToJava<ClusterUpgradePolicyArgs>
Link copied to clipboard
Builder for ClusterUpgradePolicyArgs.
Link copied to clipboard
data class ClusterUpgradePolicyDeltaHealthPolicyArgs(val maxDeltaUnhealthyApplicationsPercent: Output<Int>? = null, val maxDeltaUnhealthyNodesPercent: Output<Int>? = null, val maxUpgradeDomainDeltaUnhealthyNodesPercent: Output<Int>? = null) : ConvertibleToJava<ClusterUpgradePolicyDeltaHealthPolicyArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterUpgradePolicyHealthPolicyArgs(val maxUnhealthyApplicationsPercent: Output<Int>? = null, val maxUnhealthyNodesPercent: Output<Int>? = null) : ConvertibleToJava<ClusterUpgradePolicyHealthPolicyArgs>
Link copied to clipboard
Link copied to clipboard
data class ManagedClusterAuthenticationActiveDirectoryArgs(val clientApplicationId: Output<String>, val clusterApplicationId: Output<String>, val tenantId: Output<String>) : ConvertibleToJava<ManagedClusterAuthenticationActiveDirectoryArgs>
Link copied to clipboard
Link copied to clipboard
data class ManagedClusterAuthenticationArgs(val activeDirectory: Output<ManagedClusterAuthenticationActiveDirectoryArgs>? = null, val certificates: Output<List<ManagedClusterAuthenticationCertificateArgs>>? = null) : ConvertibleToJava<ManagedClusterAuthenticationArgs>
Link copied to clipboard
Builder for ManagedClusterAuthenticationArgs.
Link copied to clipboard
data class ManagedClusterAuthenticationCertificateArgs(val commonName: Output<String>? = null, val thumbprint: Output<String>, val type: Output<String>) : ConvertibleToJava<ManagedClusterAuthenticationCertificateArgs>
Link copied to clipboard
Link copied to clipboard
data class ManagedClusterCustomFabricSettingArgs(val parameter: Output<String>, val section: Output<String>, val value: Output<String>) : ConvertibleToJava<ManagedClusterCustomFabricSettingArgs>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Builder for ManagedClusterLbRuleArgs.
Link copied to clipboard
data class ManagedClusterNodeTypeArgs(val applicationPortRange: Output<String>, val capacities: Output<Map<String, String>>? = null, val dataDiskSizeGb: Output<Int>, val dataDiskType: Output<String>? = null, val ephemeralPortRange: Output<String>, val id: Output<String>? = null, val multiplePlacementGroupsEnabled: Output<Boolean>? = null, val name: Output<String>, val placementProperties: Output<Map<String, String>>? = null, val primary: Output<Boolean>? = null, val stateless: Output<Boolean>? = null, val vmImageOffer: Output<String>, val vmImagePublisher: Output<String>, val vmImageSku: Output<String>, val vmImageVersion: Output<String>, val vmInstanceCount: Output<Int>, val vmSecrets: Output<List<ManagedClusterNodeTypeVmSecretArgs>>? = null, val vmSize: Output<String>) : ConvertibleToJava<ManagedClusterNodeTypeArgs>
Link copied to clipboard
Builder for ManagedClusterNodeTypeArgs.
Link copied to clipboard
data class ManagedClusterNodeTypeVmSecretArgs(val certificates: Output<List<ManagedClusterNodeTypeVmSecretCertificateArgs>>, val vaultId: Output<String>) : ConvertibleToJava<ManagedClusterNodeTypeVmSecretArgs>
Link copied to clipboard
Builder for ManagedClusterNodeTypeVmSecretArgs.
Link copied to clipboard
data class ManagedClusterNodeTypeVmSecretCertificateArgs(val store: Output<String>, val url: Output<String>) : ConvertibleToJava<ManagedClusterNodeTypeVmSecretCertificateArgs>
Link copied to clipboard