Pool Network Configuration
data class PoolNetworkConfiguration(val acceleratedNetworkingEnabled: Boolean? = null, val dynamicVnetAssignmentScope: String? = null, val endpointConfigurations: List<PoolNetworkConfigurationEndpointConfiguration>? = null, val publicAddressProvisioningType: String? = null, val publicIps: List<String>? = null, val subnetId: 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
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
.