Class SubvolumeInfoInner


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

      • SubvolumeInfoInner

        public SubvolumeInfoInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: The system meta data relating to this resource.
        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.