Package com.cloudera.cdp.datalake.model
Class ImageRequest
java.lang.Object
com.cloudera.cdp.datalake.model.ImageRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class ImageRequest
extends Object
The image request for the datalake. When the 'runtime' parameter is set, only the 'os' parameter can be provided. Otherwise, you can use 'catalog name' and/or 'id' for selecting an image.
-
Constructor Details
-
ImageRequest
public ImageRequest()
-
-
Method Details
-
getId
Getter for id. The image ID from the catalog. The corresponding image will be used for the created cluster machines. -
setId
Setter for id. The image ID from the catalog. The corresponding image will be used for the created cluster machines. -
getCatalogName
Getter for catalogName. The name of the custom image catalog to use, defaulting to 'cdp-default' if not present. -
setCatalogName
Setter for catalogName. The name of the custom image catalog to use, defaulting to 'cdp-default' if not present. -
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
-