Interface SubvolumeModel


  • public interface SubvolumeModel
    An immutable client-side representation of SubvolumeModel.
    • Method Detail

      • id

        String id()
        Gets the id property: Resource Id.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: Resource name.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: Resource type.
        Returns:
        the type value.
      • path

        String path()
        Gets the path property: path Path to the subvolume.
        Returns:
        the path value.
      • parentPath

        String parentPath()
        Gets the parentPath property: parentpath Path to the parent subvolume.
        Returns:
        the parentPath value.
      • size

        Long size()
        Gets the size property: size Size of subvolume.
        Returns:
        the size value.
      • bytesUsed

        Long bytesUsed()
        Gets the bytesUsed property: bytesUsed Bytes used.
        Returns:
        the bytesUsed value.
      • permissions

        String permissions()
        Gets the permissions property: permissions Permissions of the subvolume.
        Returns:
        the permissions value.
      • creationTimestamp

        OffsetDateTime creationTimestamp()
        Gets the creationTimestamp property: creationTimeStamp Creation time and date.
        Returns:
        the creationTimestamp value.
      • accessedTimestamp

        OffsetDateTime accessedTimestamp()
        Gets the accessedTimestamp property: accessedTimeStamp Most recent access time and date.
        Returns:
        the accessedTimestamp value.
      • modifiedTimestamp

        OffsetDateTime modifiedTimestamp()
        Gets the modifiedTimestamp property: modifiedTimeStamp Most recent modification time and date.
        Returns:
        the modifiedTimestamp value.
      • changedTimestamp

        OffsetDateTime changedTimestamp()
        Gets the changedTimestamp property: changedTimeStamp Most recent change time and date.
        Returns:
        the changedTimestamp value.
      • provisioningState

        String provisioningState()
        Gets the provisioningState property: Azure lifecycle management.
        Returns:
        the provisioningState value.
      • innerModel

        SubvolumeModelInner innerModel()
        Gets the inner com.azure.resourcemanager.netapp.fluent.models.SubvolumeModelInner object.
        Returns:
        the inner object.