Package com.cloudera.cdp.ml.model
Class ModifyClusterSecurityRequest
java.lang.Object
com.cloudera.cdp.ml.model.ModifyClusterSecurityRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class ModifyClusterSecurityRequest
extends Object
Request object for ModifyClusterSecurity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for allowlistAuthorizedIPRanges.Getter for authorizedIPRanges.Getter for workspaceCrn.inthashCode()voidsetAllowlistAuthorizedIPRanges(Boolean allowlistAuthorizedIPRanges) Setter for allowlistAuthorizedIPRanges.voidsetAuthorizedIPRanges(List<String> authorizedIPRanges) Setter for authorizedIPRanges.voidsetWorkspaceCrn(String workspaceCrn) Setter for workspaceCrn.toString()
-
Constructor Details
-
ModifyClusterSecurityRequest
public ModifyClusterSecurityRequest()
-
-
Method Details
-
getWorkspaceCrn
Getter for workspaceCrn. The CRN of the workbench cluster to modify. -
setWorkspaceCrn
Setter for workspaceCrn. The CRN of the workbench cluster to modify. -
getAllowlistAuthorizedIPRanges
Getter for allowlistAuthorizedIPRanges. Whether to allow only authorized IP ranges given or all public IPs. -
setAllowlistAuthorizedIPRanges
Setter for allowlistAuthorizedIPRanges. Whether to allow only authorized IP ranges given or all public IPs. -
getAuthorizedIPRanges
Getter for authorizedIPRanges. The allowlist of CIDR blocks which can access the API server. -
setAuthorizedIPRanges
Setter for authorizedIPRanges. The allowlist of CIDR blocks which can access the API server. -
equals
-
hashCode
public int hashCode() -
toString
-