VirtualMachineScaleSetNetworkConfigurationResponse

data class VirtualMachineScaleSetNetworkConfigurationResponse(val deleteOption: String? = null, val disableTcpStateTracking: Boolean? = null, val dnsSettings: VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse? = null, val enableAcceleratedNetworking: Boolean? = null, val enableFpga: Boolean? = null, val enableIPForwarding: Boolean? = null, val ipConfigurations: List<VirtualMachineScaleSetIPConfigurationResponse>, val name: String, val networkSecurityGroup: SubResourceResponse? = null, val primary: Boolean? = null)

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

Constructors

constructor(deleteOption: String? = null, disableTcpStateTracking: Boolean? = null, dnsSettings: VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse? = null, enableAcceleratedNetworking: Boolean? = null, enableFpga: Boolean? = null, enableIPForwarding: Boolean? = null, ipConfigurations: List<VirtualMachineScaleSetIPConfigurationResponse>, name: String, networkSecurityGroup: SubResourceResponse? = null, primary: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deleteOption: String? = null

Specify what happens to the network interface when the VM is deleted

Link copied to clipboard

Specifies whether the network interface is disabled for tcp state tracking.

Link copied to clipboard

The dns settings to be applied on the network interfaces.

Link copied to clipboard

Specifies whether the network interface is accelerated networking-enabled.

Link copied to clipboard
val enableFpga: Boolean? = null

Specifies whether the network interface is FPGA networking-enabled.

Link copied to clipboard

Whether IP forwarding enabled on this NIC.

Link copied to clipboard

Specifies the IP configurations of the network interface.

Link copied to clipboard

The network configuration name.

Link copied to clipboard

The network security group.

Link copied to clipboard
val primary: Boolean? = null

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