CacheDirectoryActiveDirectory

data class CacheDirectoryActiveDirectory(val cacheNetbiosName: String, val dnsPrimaryIp: String, val dnsSecondaryIp: String? = null, val domainName: String, val domainNetbiosName: String, val password: String, val username: String)

Constructors

Link copied to clipboard
constructor(cacheNetbiosName: String, dnsPrimaryIp: String, dnsSecondaryIp: String? = null, domainName: String, domainNetbiosName: String, password: String, username: String)

Types

Link copied to clipboard
object Companion

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
val dnsSecondaryIp: String? = null

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.

Link copied to clipboard

The password of the Active Directory domain administrator.

Link copied to clipboard

The username of the Active Directory domain administrator.