Class DiskPoolCreate

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.storagepool.models.DiskPoolCreate

public final class DiskPoolCreate extends com.azure.core.management.Resource
Request payload for create or update Disk Pool request.
  • Constructor Details

    • DiskPoolCreate

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

    • sku

      public Sku sku()
      Get the sku property: Determines the SKU of the Disk Pool.
      Returns:
      the sku value.
    • withSku

      public DiskPoolCreate withSku(Sku sku)
      Set the sku property: Determines the SKU of the Disk Pool.
      Parameters:
      sku - the sku value to set.
      Returns:
      the DiskPoolCreate object itself.
    • managedBy

      public String managedBy()
      Get the managedBy property: Azure resource id. Indicates if this resource is managed by another Azure resource.
      Returns:
      the managedBy value.
    • withManagedBy

      public DiskPoolCreate withManagedBy(String managedBy)
      Set the managedBy property: Azure resource id. Indicates if this resource is managed by another Azure resource.
      Parameters:
      managedBy - the managedBy value to set.
      Returns:
      the DiskPoolCreate object itself.
    • managedByExtended

      public List<String> managedByExtended()
      Get the managedByExtended property: List of Azure resource ids that manage this resource.
      Returns:
      the managedByExtended value.
    • withManagedByExtended

      public DiskPoolCreate withManagedByExtended(List<String> managedByExtended)
      Set the managedByExtended property: List of Azure resource ids that manage this resource.
      Parameters:
      managedByExtended - the managedByExtended value to set.
      Returns:
      the DiskPoolCreate object itself.
    • withLocation

      public DiskPoolCreate withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public DiskPoolCreate withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • availabilityZones

      public List<String> availabilityZones()
      Get the availabilityZones property: Logical zone for Disk Pool resource; example: ["1"].
      Returns:
      the availabilityZones value.
    • withAvailabilityZones

      public DiskPoolCreate withAvailabilityZones(List<String> availabilityZones)
      Set the availabilityZones property: Logical zone for Disk Pool resource; example: ["1"].
      Parameters:
      availabilityZones - the availabilityZones value to set.
      Returns:
      the DiskPoolCreate object itself.
    • disks

      public List<Disk> disks()
      Get the disks property: List of Azure Managed Disks to attach to a Disk Pool.
      Returns:
      the disks value.
    • withDisks

      public DiskPoolCreate withDisks(List<Disk> disks)
      Set the disks property: List of Azure Managed Disks to attach to a Disk Pool.
      Parameters:
      disks - the disks value to set.
      Returns:
      the DiskPoolCreate object itself.
    • subnetId

      public String subnetId()
      Get the subnetId property: Azure Resource ID of a Subnet for the Disk Pool.
      Returns:
      the subnetId value.
    • withSubnetId

      public DiskPoolCreate withSubnetId(String subnetId)
      Set the subnetId property: Azure Resource ID of a Subnet for the Disk Pool.
      Parameters:
      subnetId - the subnetId value to set.
      Returns:
      the DiskPoolCreate object itself.
    • additionalCapabilities

      public List<String> additionalCapabilities()
      Get the additionalCapabilities property: List of additional capabilities for a Disk Pool.
      Returns:
      the additionalCapabilities value.
    • withAdditionalCapabilities

      public DiskPoolCreate withAdditionalCapabilities(List<String> additionalCapabilities)
      Set the additionalCapabilities property: List of additional capabilities for a Disk Pool.
      Parameters:
      additionalCapabilities - the additionalCapabilities value to set.
      Returns:
      the DiskPoolCreate object itself.
    • validate

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