VirtualMachineScaleSetNetworkConfigurationPropertiesResponse

data class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(val auxiliaryMode: String? = null, val auxiliarySku: String? = null, 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 networkSecurityGroup: SubResourceResponse? = null, val primary: Boolean? = null)

Describes a virtual machine scale set network profile's IP configuration.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val auxiliaryMode: String? = null

Specifies whether the Auxiliary mode is enabled for the Network Interface resource.

Link copied to clipboard
val auxiliarySku: String? = null

Specifies whether the Auxiliary sku is enabled for the Network Interface resource.

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 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.