Class SnapshotDetail

    • Method Detail

      • description

        public final String description()

        A description for the snapshot.

        Returns:
        A description for the snapshot.
      • deviceName

        public final String deviceName()

        The block device mapping for the snapshot.

        Returns:
        The block device mapping for the snapshot.
      • diskImageSize

        public final Double diskImageSize()

        The size of the disk in the snapshot, in GiB.

        Returns:
        The size of the disk in the snapshot, in GiB.
      • format

        public final String format()

        The format of the disk image from which the snapshot is created.

        Returns:
        The format of the disk image from which the snapshot is created.
      • progress

        public final String progress()

        The percentage of progress for the task.

        Returns:
        The percentage of progress for the task.
      • snapshotId

        public final String snapshotId()

        The snapshot ID of the disk being imported.

        Returns:
        The snapshot ID of the disk being imported.
      • status

        public final String status()

        A brief status of the snapshot creation.

        Returns:
        A brief status of the snapshot creation.
      • statusMessage

        public final String statusMessage()

        A detailed status message for the snapshot creation.

        Returns:
        A detailed status message for the snapshot creation.
      • url

        public final String url()

        The URL used to access the disk image.

        Returns:
        The URL used to access the disk image.
      • userBucket

        public final UserBucketDetails userBucket()

        The Amazon S3 bucket for the disk image.

        Returns:
        The Amazon S3 bucket for the disk image.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)