LocationHdfsQopConfigurationArgs

data class LocationHdfsQopConfigurationArgs(val dataTransferProtection: Output<String>? = null, val rpcProtection: Output<String>? = null) : ConvertibleToJava<LocationHdfsQopConfigurationArgs>

Constructors

Link copied to clipboard
constructor(dataTransferProtection: Output<String>? = null, rpcProtection: Output<String>? = null)

Properties

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

The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster. Valid values are DISABLED, AUTHENTICATION, INTEGRITY and PRIVACY.

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

The RPC protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster. Valid values are DISABLED, AUTHENTICATION, INTEGRITY and PRIVACY.

Functions

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