LocationHdfsNameNodeArgs

data class LocationHdfsNameNodeArgs(val hostname: Output<String>, val port: Output<Int>) : ConvertibleToJava<LocationHdfsNameNodeArgs>

Constructors

Link copied to clipboard
constructor(hostname: Output<String>, port: Output<Int>)

Properties

Link copied to clipboard
val hostname: Output<String>

The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.

Link copied to clipboard
val port: Output<Int>

The port that the NameNode uses to listen to client requests.

Functions

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