Cache Active Directory Settings Args
data class CacheActiveDirectorySettingsArgs(val cacheNetBiosName: Output<String>, val credentials: Output<CacheActiveDirectorySettingsCredentialsArgs>? = null, val domainName: Output<String>, val domainNetBiosName: Output<String>, val primaryDnsIpAddress: Output<String>, val secondaryDnsIpAddress: Output<String>? = null) : ConvertibleToJava<CacheActiveDirectorySettingsArgs>
Active Directory settings used to join a cache to a domain.
Properties
Link copied to clipboard
The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class -0-9a-zA-Z.
Link copied to clipboard
Active Directory admin credentials used to join the HPC Cache to a domain.
Link copied to clipboard
The fully qualified domain name of the Active Directory domain controller.
Link copied to clipboard
The Active Directory domain's NetBIOS name.
Link copied to clipboard
Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
Link copied to clipboard
Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.