Location Hdfs Qop Configuration
data class LocationHdfsQopConfiguration(val dataTransferProtection: LocationHdfsQopConfigurationDataTransferProtection? = null, val rpcProtection: LocationHdfsQopConfigurationRpcProtection? = null)
Configuration information for RPC Protection and Data Transfer Protection. These parameters can be set to AUTHENTICATION, INTEGRITY, or PRIVACY. The default value is PRIVACY.
Constructors
Link copied to clipboard
fun LocationHdfsQopConfiguration(dataTransferProtection: LocationHdfsQopConfigurationDataTransferProtection? = null, rpcProtection: LocationHdfsQopConfigurationRpcProtection? = null)