Class IscsiTargetList

java.lang.Object
com.azure.resourcemanager.storagepool.models.IscsiTargetList

public final class IscsiTargetList extends Object
List of iSCSI Targets.
  • Constructor Details

    • IscsiTargetList

      public IscsiTargetList()
      Creates an instance of IscsiTargetList class.
  • Method Details

    • value

      public List<IscsiTargetInner> value()
      Get the value property: An array of iSCSI Targets in a Disk Pool.
      Returns:
      the value value.
    • withValue

      public IscsiTargetList withValue(List<IscsiTargetInner> value)
      Set the value property: An array of iSCSI Targets in a Disk Pool.
      Parameters:
      value - the value value to set.
      Returns:
      the IscsiTargetList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: URI to fetch the next section of the paginated response.
      Returns:
      the nextLink value.
    • validate

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