Class ModifyWorkspaceLoadBalancerRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class ModifyWorkspaceLoadBalancerRequest
    extends Object
    Request object for ModifyWorkspaceLoadBalancer.
    • Constructor Detail

      • ModifyWorkspaceLoadBalancerRequest

        public ModifyWorkspaceLoadBalancerRequest()
    • Method Detail

      • getWorkspaceCrn

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

        public void setWorkspaceCrn​(String workspaceCrn)
        Setter for workspaceCrn. The CRN of the workspace cluster to modify.
      • getLoadBalancerIPAllowLists

        public List<String> getLoadBalancerIPAllowLists()
        Getter for loadBalancerIPAllowLists. The allowlist of CIDR blocks which can access the loadbalancer.
      • setLoadBalancerIPAllowLists

        public void setLoadBalancerIPAllowLists​(List<String> loadBalancerIPAllowLists)
        Setter for loadBalancerIPAllowLists. The allowlist of CIDR blocks which can access the loadbalancer.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object