Package com.cloudera.cdp.datahub.model
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
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
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
Getter for catalogName. The image catalog name. -
setCatalogName
Setter for catalogName. The image catalog name. -
getOs
Getter for os. The OS of the image used for cluster instances. -
setOs
Setter for os. The OS of the image used for cluster instances. -
equals
-
hashCode
public int hashCode() -
toString
-