Package com.cloudera.cdp.compute.model
Class CommonStorageSpecResp
- java.lang.Object
-
- com.cloudera.cdp.compute.model.CommonStorageSpecResp
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.862-07:00") public class CommonStorageSpecResp extends Object
Storage spec response structure.
-
-
Constructor Summary
Constructors Constructor Description CommonStorageSpecResp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getCsiEnabled()
Getter for csiEnabled.int
hashCode()
void
setCsiEnabled(Boolean csiEnabled)
Setter for csiEnabled.String
toString()
-
-
-
Method Detail
-
getCsiEnabled
public Boolean getCsiEnabled()
Getter for csiEnabled. Flag to enable CSI (Container Storage Interface). It further sets specific inline cloud formation policies required for CSI.
-
setCsiEnabled
public void setCsiEnabled(Boolean csiEnabled)
Setter for csiEnabled. Flag to enable CSI (Container Storage Interface). It further sets specific inline cloud formation policies required for CSI.
-
-