CacheDirectoryActiveDirectoryArgs

data class CacheDirectoryActiveDirectoryArgs(val cacheNetbiosName: Output<String>, val dnsPrimaryIp: Output<String>, val dnsSecondaryIp: Output<String>? = null, val domainName: Output<String>, val domainNetbiosName: Output<String>, val password: Output<String>, val username: Output<String>) : ConvertibleToJava<CacheDirectoryActiveDirectoryArgs>

Constructors

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

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

The primary DNS IP address used to resolve the Active Directory domain controller's FQDN.

Link copied to clipboard
val dnsSecondaryIp: Output<String>? = null

The secondary DNS IP address used to resolve the Active Directory domain controller's FQDN.

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

The password of the Active Directory domain administrator.

Link copied to clipboard
val username: Output<String>

The username of the Active Directory domain administrator.

Functions

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