Class CommonStorageSpecResp


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.272-07:00")
    public class CommonStorageSpecResp
    extends Object
    Storage spec response structure.
    • Constructor Detail

      • CommonStorageSpecResp

        public CommonStorageSpecResp()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object