Package-level declarations
Types
Link copied to clipboard
data class AadProfileArgs(val adminGroupObjectIDs: Output<List<String>>? = null, val enableAzureRBAC: Output<Boolean>? = null, val tenantID: Output<String>? = null) : ConvertibleToJava<AadProfileArgs>
AAD Profile specifies attributes for Azure Active Directory integration.
Link copied to clipboard
class AadProfileArgsBuilder
Builder for AadProfileArgs.
Link copied to clipboard
data class ArcAgentProfileArgs(val agentAutoUpgrade: Output<Either<String, AutoUpgradeOptions>>? = null, val desiredAgentVersion: Output<String>? = null, val systemComponents: Output<List<SystemComponentArgs>>? = null) : ConvertibleToJava<ArcAgentProfileArgs>
Defines the Arc Agent properties for the clusters.
Link copied to clipboard
Builder for ArcAgentProfileArgs.
Link copied to clipboard
data class ConnectedClusterIdentityArgs(val type: Output<ResourceIdentityType>) : ConvertibleToJava<ConnectedClusterIdentityArgs>
Identity for the connected cluster.
Link copied to clipboard
Builder for ConnectedClusterIdentityArgs.
Link copied to clipboard
data class GetConnectedClusterPlainArgs(val clusterName: String, val resourceGroupName: String) : ConvertibleToJava<GetConnectedClusterPlainArgs>
Link copied to clipboard
Builder for GetConnectedClusterPlainArgs.
Link copied to clipboard
data class ListConnectedClusterUserCredentialPlainArgs(val authenticationMethod: Either<String, AuthenticationMethod>, val clientProxy: Boolean, val clusterName: String, val resourceGroupName: String) : ConvertibleToJava<ListConnectedClusterUserCredentialPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class ListConnectedClusterUserCredentialsPlainArgs(val authenticationMethod: Either<String, AuthenticationMethod>, val clientProxy: Boolean, val clusterName: String, val resourceGroupName: String) : ConvertibleToJava<ListConnectedClusterUserCredentialsPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemComponentArgs(val majorVersion: Output<Int>? = null, val type: Output<String>? = null, val userSpecifiedVersion: Output<String>? = null) : ConvertibleToJava<SystemComponentArgs>
System Extension and its desired versions to be installed on the cluster resource.
Link copied to clipboard
Builder for SystemComponentArgs.