HadoopClusterPrivateLinkConfigurationIpConfigurationArgs

data class HadoopClusterPrivateLinkConfigurationIpConfigurationArgs(val name: Output<String>, val primary: Output<Boolean>? = null, val privateIpAddress: Output<String>? = null, val privateIpAllocationMethod: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<HadoopClusterPrivateLinkConfigurationIpConfigurationArgs>

Constructors

constructor(name: Output<String>, primary: Output<Boolean>? = null, privateIpAddress: Output<String>? = null, privateIpAllocationMethod: Output<String>? = null, subnetId: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

Specifies the name for this HDInsight Hadoop Cluster. Changing this forces a new resource to be created.

Link copied to clipboard
val primary: Output<Boolean>? = null

Indicates whether this IP configuration is primary.

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

The private IP allocation method. The only possible value now is Dynamic.

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

Functions

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