VirtualMachineScaleSetNetworkConfiguration Class

Describes a virtual machine scale set network profile's network configurations.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.compute.v2020_12_01.models._models_py3.SubResource
VirtualMachineScaleSetNetworkConfiguration

Constructor

VirtualMachineScaleSetNetworkConfiguration(*, name: str, id: Optional[str] = None, primary: Optional[bool] = None, enable_accelerated_networking: Optional[bool] = None, enable_fpga: Optional[bool] = None, network_security_group: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.SubResource] = None, dns_settings: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.VirtualMachineScaleSetNetworkConfigurationDnsSettings] = None, ip_configurations: Optional[List[azure.mgmt.compute.v2020_12_01.models._models_py3.VirtualMachineScaleSetIPConfiguration]] = None, enable_ip_forwarding: Optional[bool] = None, **kwargs)

Parameters

id
str
Required

Resource Id.

name
str
Required

Required. The network configuration name.

primary
bool
Required

Specifies the primary network interface in case the virtual machine has more than 1 network interface.

enable_accelerated_networking
bool
Required

Specifies whether the network interface is accelerated networking-enabled.

enable_fpga
bool
Required

Specifies whether the network interface is FPGA networking-enabled.

network_security_group
SubResource
Required

The network security group.

dns_settings
VirtualMachineScaleSetNetworkConfigurationDnsSettings
Required

The dns settings to be applied on the network interfaces.

ip_configurations
list[VirtualMachineScaleSetIPConfiguration]
Required

Specifies the IP configurations of the network interface.

enable_ip_forwarding
bool
Required

Whether IP forwarding enabled on this NIC.