Class PacketCoreDataPlaneListResult

java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.PacketCoreDataPlaneListResult

public final class PacketCoreDataPlaneListResult extends Object
Response for packet core data planes API service call.
  • Constructor Details

    • PacketCoreDataPlaneListResult

      public PacketCoreDataPlaneListResult()
  • Method Details

    • value

      public List<PacketCoreDataPlaneInner> value()
      Get the value property: A list of packet core data planes in a resource group.
      Returns:
      the value value.
    • withValue

      Set the value property: A list of packet core data planes in a resource group.
      Parameters:
      value - the value value to set.
      Returns:
      the PacketCoreDataPlaneListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • validate

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