Class ImageInfoResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class ImageInfoResponse
    extends CdpResponse
    Information about FreeIPA image.
    • Constructor Detail

      • ImageInfoResponse

        public ImageInfoResponse()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object