CacheActiveDirectorySettings Class

Definition

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

public class CacheActiveDirectorySettings
type CacheActiveDirectorySettings = class
Public Class CacheActiveDirectorySettings
Inheritance
CacheActiveDirectorySettings

Constructors

CacheActiveDirectorySettings()

Initializes a new instance of the CacheActiveDirectorySettings class.

CacheActiveDirectorySettings(String, String, String, String, String, String, CacheActiveDirectorySettingsCredentials)

Initializes a new instance of the CacheActiveDirectorySettings class.

Properties

CacheNetBiosName

Gets or sets 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

Gets or sets active Directory admin credentials used to join the HPC Cache to a domain.

DomainJoined

Gets true if the HPC Cache is joined to the Active Directory domain. Possible values include: 'Yes', 'No', 'Error'

DomainName

Gets or sets the fully qualified domain name of the Active Directory domain controller.

DomainNetBiosName

Gets or sets the Active Directory domain's NetBIOS name.

PrimaryDnsIpAddress

Gets or sets primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.

SecondaryDnsIpAddress

Gets or sets secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.

Methods

Validate()

Validate the object.

Applies to