CacheActiveDirectorySettings interface

Active Directory settings used to join a cache to a domain.

Properties

cacheNetBiosName

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].

credentials

Active Directory admin credentials used to join the HPC Cache to a domain.

domainJoined

True if the HPC Cache is joined to the Active Directory domain. NOTE: This property will not be serialized. It can only be populated by the server.

domainName

The fully qualified domain name of the Active Directory domain controller.

domainNetBiosName

The Active Directory domain's NetBIOS name.

primaryDnsIpAddress

Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.

secondaryDnsIpAddress

Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.

Property Details

cacheNetBiosName

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].

cacheNetBiosName: string

Property Value

string

credentials

Active Directory admin credentials used to join the HPC Cache to a domain.

credentials?: CacheActiveDirectorySettingsCredentials

Property Value

domainJoined

True if the HPC Cache is joined to the Active Directory domain. NOTE: This property will not be serialized. It can only be populated by the server.

domainJoined?: string

Property Value

string

domainName

The fully qualified domain name of the Active Directory domain controller.

domainName: string

Property Value

string

domainNetBiosName

The Active Directory domain's NetBIOS name.

domainNetBiosName: string

Property Value

string

primaryDnsIpAddress

Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.

primaryDnsIpAddress: string

Property Value

string

secondaryDnsIpAddress

Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.

secondaryDnsIpAddress?: string

Property Value

string