Windows Virtual Machine Scale Set Network Interface
data class WindowsVirtualMachineScaleSetNetworkInterface(val dnsServers: List<String>? = null, val enableAcceleratedNetworking: Boolean? = null, val enableIpForwarding: Boolean? = null, val ipConfigurations: List<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfiguration>, val name: String, val networkSecurityGroupId: String? = null, val primary: 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.