java.lang.Object
org.jclouds.openstack.v2_0.domain.Resource
org.jclouds.openstack.nova.v2_0.domain.Image
All Implemented Interfaces:
Comparable<Resource>

public class Image extends Resource
An image is a collection of files you use to create or rebuild a server. Operators provide pre-built OS images by default. You may also create custom images.
See Also:
  • Constructor Details

  • Method Details

    • builder

      public static Image.Builder<?> builder()
    • toBuilder

      public Image.Builder<?> toBuilder()
      Overrides:
      toBuilder in class Resource
    • getUpdated

      @Nullable public Date getUpdated()
    • getCreated

      @Nullable public Date getCreated()
    • getTenantId

      @Nullable public String getTenantId()
    • getUserId

      @Nullable public String getUserId()
    • getStatus

      @Nullable public Image.Status getStatus()
    • getProgress

      public int getProgress()
    • getMinDisk

      public int getMinDisk()
    • getMinRam

      public int getMinRam()
    • getBlockDeviceMapping

      @Nullable public List<BlockDeviceMapping> getBlockDeviceMapping()
    • getServer

      @Nullable public Resource getServer()
    • getMetadata

      public Map<String,String> getMetadata()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Resource
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Resource
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
      Overrides:
      string in class Resource