Linux Virtual Machine Scale Set Network Interface Args
data class LinuxVirtualMachineScaleSetNetworkInterfaceArgs(val dnsServers: Output<List<String>>? = null, val enableAcceleratedNetworking: Output<Boolean>? = null, val enableIpForwarding: Output<Boolean>? = null, val ipConfigurations: Output<List<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs>>, val name: Output<String>, val networkSecurityGroupId: Output<String>? = null, val primary: Output<Boolean>? = null) : ConvertibleToJava<LinuxVirtualMachineScaleSetNetworkInterfaceArgs>
Constructors
Link copied to clipboard
constructor(dnsServers: Output<List<String>>? = null, enableAcceleratedNetworking: Output<Boolean>? = null, enableIpForwarding: Output<Boolean>? = null, ipConfigurations: Output<List<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs>>, 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? Defaults to false
.
Link copied to clipboard
Does this Network Interface support IP Forwarding? Defaults to false
.
Link copied to clipboard
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.