LocationHdfsQopConfigurationArgs

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

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

Functions

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

Properties

Link copied to clipboard

Configuration for Data Transfer Protection.

Link copied to clipboard

Configuration for RPC Protection.