Class ImageRequest

java.lang.Object
com.cloudera.cdp.datahub.model.ImageRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class ImageRequest extends Object
The details of the image used for cluster instances.
  • Constructor Details

    • ImageRequest

      public ImageRequest()
  • Method Details

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