Virtual Machine Scale Set Network Configuration Properties Args
data class VirtualMachineScaleSetNetworkConfigurationPropertiesArgs(val auxiliaryMode: Output<Either<String, NetworkInterfaceAuxiliaryMode>>? = null, val auxiliarySku: Output<Either<String, NetworkInterfaceAuxiliarySku>>? = null, val deleteOption: Output<Either<String, DeleteOptions>>? = null, val disableTcpStateTracking: Output<Boolean>? = null, val dnsSettings: Output<VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs>? = null, val enableAcceleratedNetworking: Output<Boolean>? = null, val enableFpga: Output<Boolean>? = null, val enableIPForwarding: Output<Boolean>? = null, val ipConfigurations: Output<List<VirtualMachineScaleSetIPConfigurationArgs>>, val networkSecurityGroup: Output<SubResourceArgs>? = null, val primary: Output<Boolean>? = null) : ConvertibleToJava<VirtualMachineScaleSetNetworkConfigurationPropertiesArgs>
Describes a virtual machine scale set network profile's IP configuration.
Constructors
Link copied to clipboard
constructor(auxiliaryMode: Output<Either<String, NetworkInterfaceAuxiliaryMode>>? = null, auxiliarySku: Output<Either<String, NetworkInterfaceAuxiliarySku>>? = null, deleteOption: Output<Either<String, DeleteOptions>>? = null, disableTcpStateTracking: Output<Boolean>? = null, dnsSettings: Output<VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs>? = null, enableAcceleratedNetworking: Output<Boolean>? = null, enableFpga: Output<Boolean>? = null, enableIPForwarding: Output<Boolean>? = null, ipConfigurations: Output<List<VirtualMachineScaleSetIPConfigurationArgs>>, networkSecurityGroup: Output<SubResourceArgs>? = null, primary: Output<Boolean>? = null)
Properties
Link copied to clipboard
Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
Link copied to clipboard
Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
Link copied to clipboard
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
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.