Class SubvolumeInfoInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.netapp.fluent.models.SubvolumeInfoInner

public final class SubvolumeInfoInner extends com.azure.core.management.ProxyResource
Subvolume Information properties.
  • Constructor Details

    • SubvolumeInfoInner

      public SubvolumeInfoInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • path

      public String path()
      Get the path property: path

      Path to the subvolume.

      Returns:
      the path value.
    • withPath

      public SubvolumeInfoInner withPath(String path)
      Set the path property: path

      Path to the subvolume.

      Parameters:
      path - the path value to set.
      Returns:
      the SubvolumeInfoInner object itself.
    • size

      public Long size()
      Get the size property: size

      Truncate subvolume to the provided size in bytes.

      Returns:
      the size value.
    • withSize

      public SubvolumeInfoInner withSize(Long size)
      Set the size property: size

      Truncate subvolume to the provided size in bytes.

      Parameters:
      size - the size value to set.
      Returns:
      the SubvolumeInfoInner object itself.
    • parentPath

      public String parentPath()
      Get the parentPath property: name

      parent path to the subvolume.

      Returns:
      the parentPath value.
    • withParentPath

      public SubvolumeInfoInner withParentPath(String parentPath)
      Set the parentPath property: name

      parent path to the subvolume.

      Parameters:
      parentPath - the parentPath value to set.
      Returns:
      the SubvolumeInfoInner object itself.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: Azure lifecycle management.
      Returns:
      the provisioningState value.
    • validate

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