Orchestrated Virtual Machine Scale Set Network Interface
data class OrchestratedVirtualMachineScaleSetNetworkInterface(val dnsServers: List<String>? = null, val enableAcceleratedNetworking: Boolean? = null, val enableIpForwarding: Boolean? = null, val ipConfigurations: List<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfiguration>, 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? 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
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.