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
constructor(dataTransferProtection: Output<LocationHdfsQopConfigurationDataTransferProtection>? = null, rpcProtection: Output<LocationHdfsQopConfigurationRpcProtection>? = null)

Properties

Link copied to clipboard

Configuration for Data Transfer Protection.

Link copied to clipboard

Configuration for RPC Protection.

Functions

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