PoolNetworkConfigurationArgs

data class PoolNetworkConfigurationArgs(val acceleratedNetworkingEnabled: Output<Boolean>? = null, val dynamicVnetAssignmentScope: Output<String>? = null, val endpointConfigurations: Output<List<PoolNetworkConfigurationEndpointConfigurationArgs>>? = null, val publicAddressProvisioningType: Output<String>? = null, val publicIps: Output<List<String>>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<PoolNetworkConfigurationArgs>

Constructors

Link copied to clipboard
constructor(acceleratedNetworkingEnabled: Output<Boolean>? = null, dynamicVnetAssignmentScope: Output<String>? = null, endpointConfigurations: Output<List<PoolNetworkConfigurationEndpointConfigurationArgs>>? = null, publicAddressProvisioningType: Output<String>? = null, publicIps: Output<List<String>>? = null, subnetId: Output<String>? = null)

Properties

Link copied to clipboard

Whether to enable accelerated networking. Possible values are true and false. Defaults to false. Changing this forces a new resource to be created.

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

The scope of dynamic vnet assignment. Allowed values: none, job. Changing this forces a new resource to be created. Defaults to none.

Link copied to clipboard

A list of endpoint_configuration blocks that can be used to address specific ports on an individual compute node externally as defined below. Set as documented in the inbound_nat_pools block below. Changing this forces a new resource to be created.

Link copied to clipboard

Type of public IP address provisioning. Supported values are BatchManaged, UserManaged and NoPublicIPAddresses.

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

A list of public IP ids that will be allocated to nodes. Changing this forces a new resource to be created.

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

The ARM resource identifier of the virtual network subnet which the compute nodes of the pool will join. Changing this forces a new resource to be created.

Functions

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