Cache Directory Active Directory Args
data class CacheDirectoryActiveDirectoryArgs(val cacheNetbiosName: Output<String>, val dnsPrimaryIp: Output<String>, val dnsSecondaryIp: Output<String>? = null, val domainName: Output<String>, val domainNetbiosName: Output<String>, val password: Output<String>, val username: Output<String>) : ConvertibleToJava<CacheDirectoryActiveDirectoryArgs>
Constructors
Properties
Link copied to clipboard
The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server.
Link copied to clipboard
The primary DNS IP address used to resolve the Active Directory domain controller's FQDN.
Link copied to clipboard
The secondary DNS IP address used to resolve the Active Directory domain controller's FQDN.
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.