Class ModifyClusterSecurityRequest

java.lang.Object
com.cloudera.cdp.ml.model.ModifyClusterSecurityRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:34.535-07:00") public class ModifyClusterSecurityRequest extends Object
Request object for ModifyClusterSecurity.
  • Constructor Details Link icon

    • ModifyClusterSecurityRequest Link icon

      public ModifyClusterSecurityRequest()
  • Method Details Link icon

    • getWorkspaceCrn Link icon

      public String getWorkspaceCrn()
      Getter for workspaceCrn. The CRN of the workbench cluster to modify.
    • setWorkspaceCrn Link icon

      public void setWorkspaceCrn(String workspaceCrn)
      Setter for workspaceCrn. The CRN of the workbench cluster to modify.
    • getAllowlistAuthorizedIPRanges Link icon

      public Boolean getAllowlistAuthorizedIPRanges()
      Getter for allowlistAuthorizedIPRanges. Whether to allow only authorized IP ranges given or all public IPs.
    • setAllowlistAuthorizedIPRanges Link icon

      public void setAllowlistAuthorizedIPRanges(Boolean allowlistAuthorizedIPRanges)
      Setter for allowlistAuthorizedIPRanges. Whether to allow only authorized IP ranges given or all public IPs.
    • getAuthorizedIPRanges Link icon

      public List<String> getAuthorizedIPRanges()
      Getter for authorizedIPRanges. The allowlist of CIDR blocks which can access the API server.
    • setAuthorizedIPRanges Link icon

      public void setAuthorizedIPRanges(List<String> authorizedIPRanges)
      Setter for authorizedIPRanges. The allowlist of CIDR blocks which can access the API server.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object