Class VirtualMachineScaleSetUpdateNetworkConfiguration

java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkConfiguration

public class VirtualMachineScaleSetUpdateNetworkConfiguration extends com.microsoft.azure.SubResource
Describes a virtual machine scale set network profile's network configurations.
  • Constructor Details

    • VirtualMachineScaleSetUpdateNetworkConfiguration

      public VirtualMachineScaleSetUpdateNetworkConfiguration()
  • Method Details

    • name

      public String name()
      Get the network configuration name.
      Returns:
      the name value
    • withName

      Set the network configuration name.
      Parameters:
      name - the name value to set
      Returns:
      the VirtualMachineScaleSetUpdateNetworkConfiguration object itself.
    • primary

      public Boolean primary()
      Get whether this is a primary NIC on a virtual machine.
      Returns:
      the primary value
    • withPrimary

      Set whether this is a primary NIC on a virtual machine.
      Parameters:
      primary - the primary value to set
      Returns:
      the VirtualMachineScaleSetUpdateNetworkConfiguration object itself.
    • enableAcceleratedNetworking

      public Boolean enableAcceleratedNetworking()
      Get specifies whether the network interface is accelerated networking-enabled.
      Returns:
      the enableAcceleratedNetworking value
    • withEnableAcceleratedNetworking

      public VirtualMachineScaleSetUpdateNetworkConfiguration withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking)
      Set specifies whether the network interface is accelerated networking-enabled.
      Parameters:
      enableAcceleratedNetworking - the enableAcceleratedNetworking value to set
      Returns:
      the VirtualMachineScaleSetUpdateNetworkConfiguration object itself.
    • enableFpga

      public Boolean enableFpga()
      Get specifies whether the network interface is FPGA networking-enabled.
      Returns:
      the enableFpga value
    • withEnableFpga

      public VirtualMachineScaleSetUpdateNetworkConfiguration withEnableFpga(Boolean enableFpga)
      Set specifies whether the network interface is FPGA networking-enabled.
      Parameters:
      enableFpga - the enableFpga value to set
      Returns:
      the VirtualMachineScaleSetUpdateNetworkConfiguration object itself.
    • networkSecurityGroup

      public com.microsoft.azure.SubResource networkSecurityGroup()
      Get the network security group.
      Returns:
      the networkSecurityGroup value
    • withNetworkSecurityGroup

      public VirtualMachineScaleSetUpdateNetworkConfiguration withNetworkSecurityGroup(com.microsoft.azure.SubResource networkSecurityGroup)
      Set the network security group.
      Parameters:
      networkSecurityGroup - the networkSecurityGroup value to set
      Returns:
      the VirtualMachineScaleSetUpdateNetworkConfiguration object itself.
    • dnsSettings

      Get the dns settings to be applied on the network interfaces.
      Returns:
      the dnsSettings value
    • withDnsSettings

      Set the dns settings to be applied on the network interfaces.
      Parameters:
      dnsSettings - the dnsSettings value to set
      Returns:
      the VirtualMachineScaleSetUpdateNetworkConfiguration object itself.
    • ipConfigurations

      Get the virtual machine scale set IP Configuration.
      Returns:
      the ipConfigurations value
    • withIpConfigurations

      Set the virtual machine scale set IP Configuration.
      Parameters:
      ipConfigurations - the ipConfigurations value to set
      Returns:
      the VirtualMachineScaleSetUpdateNetworkConfiguration object itself.
    • enableIPForwarding

      public Boolean enableIPForwarding()
      Get whether IP forwarding enabled on this NIC.
      Returns:
      the enableIPForwarding value
    • withEnableIPForwarding

      public VirtualMachineScaleSetUpdateNetworkConfiguration withEnableIPForwarding(Boolean enableIPForwarding)
      Set whether IP forwarding enabled on this NIC.
      Parameters:
      enableIPForwarding - the enableIPForwarding value to set
      Returns:
      the VirtualMachineScaleSetUpdateNetworkConfiguration object itself.