Class NetworkProfile

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

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

    • NetworkProfile

      public NetworkProfile()
  • Method Details

    • networkInterfaces

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

      public NetworkProfile withNetworkInterfaces(List<NetworkInterface> 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 NetworkProfile object itself.
    • validate

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