CacheActiveDirectorySettingsArgs

data class CacheActiveDirectorySettingsArgs(val cacheNetBiosName: Output<String>, val credentials: Output<CacheActiveDirectorySettingsCredentialsArgs>? = null, val domainName: Output<String>, val domainNetBiosName: Output<String>, val primaryDnsIpAddress: Output<String>, val secondaryDnsIpAddress: Output<String>? = null) : ConvertibleToJava<CacheActiveDirectorySettingsArgs>

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

Constructors

Link copied to clipboard
constructor(cacheNetBiosName: Output<String>, credentials: Output<CacheActiveDirectorySettingsCredentialsArgs>? = null, domainName: Output<String>, domainNetBiosName: Output<String>, primaryDnsIpAddress: Output<String>, secondaryDnsIpAddress: Output<String>? = null)

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
val domainName: Output<String>

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

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

Functions

Link copied to clipboard
open override fun toJava(): CacheActiveDirectorySettingsArgs