Class ImageRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class ImageRequest
    extends Object
    The details of the image used for cluster instances.
    • Constructor Detail

      • ImageRequest

        public ImageRequest()
    • Method Detail

      • getId

        public String getId()
        Getter for id. The ID of the image used for cluster instances. This is generated by the cloud provider to uniquely identify the image.
      • setId

        public void setId​(String id)
        Setter for id. The ID of the image used for cluster instances. This is generated by the cloud provider to uniquely identify the image.
      • getCatalogName

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

        public void setCatalogName​(String catalogName)
        Setter for catalogName. The image catalog name.
      • getOs

        public String getOs()
        Getter for os. The OS of the image used for cluster instances.
      • setOs

        public void setOs​(String os)
        Setter for os. The OS of the image used for cluster instances.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object