Class ImageInfoResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class ImageInfoResponse extends CdpResponse
Information about FreeIPA image.
  • Constructor Details

    • ImageInfoResponse

      public ImageInfoResponse()
  • Method Details

    • getCatalog

      public String getCatalog()
      Getter for catalog. Image catalog URL.
    • setCatalog

      public void setCatalog(String catalog)
      Setter for catalog. Image catalog URL.
    • getId

      public String getId()
      Getter for id. Virtual machine image ID from ImageCatalog, machines of the cluster will be started from this image.
    • setId

      public void setId(String id)
      Setter for id. Virtual machine image ID from ImageCatalog, machines of the cluster will be started from this image.
    • getOs

      public String getOs()
      Getter for os. OS type of the image, this property is only considered when no specific image ID is provided.
    • setOs

      public void setOs(String os)
      Setter for os. OS type of the image, this property is only considered when no specific image ID is provided.
    • getImageName

      public String getImageName()
      Getter for imageName. Image name
    • setImageName

      public void setImageName(String imageName)
      Setter for imageName. Image name
    • getDate

      public String getDate()
      Getter for date. Creation date of the image from catalog.
    • setDate

      public void setDate(String date)
      Setter for date. Creation date of the image from catalog.
    • getCatalogName

      public String getCatalogName()
      Getter for catalogName. Image catalog name.
    • setCatalogName

      public void setCatalogName(String catalogName)
      Setter for catalogName. Image catalog name.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object