Cache Active Directory Settings Response
data class CacheActiveDirectorySettingsResponse(val cacheNetBiosName: String, val credentials: CacheActiveDirectorySettingsResponseCredentials? = null, val domainJoined: String, val domainName: String, val domainNetBiosName: String, val primaryDnsIpAddress: String, val secondaryDnsIpAddress: String? = null)
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
True if the HPC Cache is joined to the Active Directory 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.