Orchestrated Virtual Machine Scale Set Network Interface Args
data class OrchestratedVirtualMachineScaleSetNetworkInterfaceArgs(val dnsServers: Output<List<String>>? = null, val enableAcceleratedNetworking: Output<Boolean>? = null, val enableIpForwarding: Output<Boolean>? = null, val ipConfigurations: Output<List<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs>>, val name: Output<String>, val networkSecurityGroupId: Output<String>? = null, val primary: Output<Boolean>? = null) : ConvertibleToJava<OrchestratedVirtualMachineScaleSetNetworkInterfaceArgs>
Constructors
Link copied to clipboard
constructor(dnsServers: Output<List<String>>? = null, enableAcceleratedNetworking: Output<Boolean>? = null, enableIpForwarding: Output<Boolean>? = null, ipConfigurations: Output<List<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs>>, name: Output<String>, networkSecurityGroupId: Output<String>? = null, primary: Output<Boolean>? = null)
Properties
Link copied to clipboard
A list of IP Addresses of DNS Servers which should be assigned to the Network Interface.
Link copied to clipboard
Does this Network Interface support Accelerated Networking? Possible values are true
and false
. Defaults to false
.
Link copied to clipboard
Does this Network Interface support IP Forwarding? Possible values are true
and false
. Defaults to false
.
Link copied to clipboard
val ipConfigurations: Output<List<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs>>
One or more ip_configuration
blocks as defined above.
Link copied to clipboard
The ID of a Network Security Group which should be assigned to this Network Interface.