Interface VolumeSnapshot

    • Method Detail

      • getId

        String getId()
        Returns:
        the snapshot identifier
      • getName

        String getName()
        Returns:
        the name of the snapshot
      • getDisplayName

        @Deprecated
        String getDisplayName()
        Deprecated.
        Returns:
        the display name of the snapshot
      • getDescription

        String getDescription()
        Returns:
        the description of the snapshot
      • getDisplayDescription

        @Deprecated
        String getDisplayDescription()
        Deprecated.
        Returns:
        the display description of the snapshot
      • getVolumeId

        String getVolumeId()
        The volume identifier of an existing volume
        Returns:
        the volume identifier or null
      • getStatus

        Volume.Status getStatus()
        Returns:
        the status of the snapshot
      • getSize

        int getSize()
        Size in GBs
        Returns:
        the size of the snapshot in GB
      • getCreated

        Date getCreated()
        Returns:
        the created data of the snapshot
      • getMetaData

        Map<String,​String> getMetaData()
        Returns:
        extended meta data information. key value pair of String key, String value