Class NetworkProfileUpdate

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.NetworkProfileUpdate

public final class NetworkProfileUpdate extends Object
Defines the update resource properties.
  • Constructor Details

    • NetworkProfileUpdate

      public NetworkProfileUpdate()
  • Method Details

    • networkInterfaces

      public List<NetworkInterfaceUpdate> networkInterfaces()
      Get the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.
      Returns:
      the networkInterfaces value.
    • withNetworkInterfaces

      public NetworkProfileUpdate withNetworkInterfaces(List<NetworkInterfaceUpdate> networkInterfaces)
      Set the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.
      Parameters:
      networkInterfaces - the networkInterfaces value to set.
      Returns:
      the NetworkProfileUpdate object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.