LocationHdfsNameNodeArgs

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

HDFS Name Node IP and port information.

Constructors

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

Properties

Link copied to clipboard
val hostname: Output<String>

The DNS name or IP address of the Name Node in the customer's on premises HDFS cluster.

Link copied to clipboard
val port: Output<Int>

The port on which the Name Node is listening on for client requests.

Functions

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