HadoopClusterPrivateLinkConfigurationIpConfiguration

data class HadoopClusterPrivateLinkConfigurationIpConfiguration(val name: String, val primary: Boolean? = null, val privateIpAddress: String? = null, val privateIpAllocationMethod: String? = null, val subnetId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val primary: Boolean? = null

Indicates whether this IP configuration is primary.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val subnetId: String? = null