Class UpdateServiceRequest


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

      • UpdateServiceRequest

        public UpdateServiceRequest()
    • Method Detail

      • getClusterId

        public String getClusterId()
        Getter for clusterId. Cluster ID of the service to update.
      • setClusterId

        public void setClusterId​(String clusterId)
        Setter for clusterId. Cluster ID of the service to update.
      • getMinimumInstances

        public Integer getMinimumInstances()
        Getter for minimumInstances. Minimum number of instances for the CDE service.
      • setMinimumInstances

        public void setMinimumInstances​(Integer minimumInstances)
        Setter for minimumInstances. Minimum number of instances for the CDE service.
      • getMaximumInstances

        public Integer getMaximumInstances()
        Getter for maximumInstances. Maximum number of instances for the CDE service.
      • setMaximumInstances

        public void setMaximumInstances​(Integer maximumInstances)
        Setter for maximumInstances. Maximum number of instances for the CDE service.
      • getMinimumSpotInstances

        public Integer getMinimumSpotInstances()
        Getter for minimumSpotInstances. Minimum number of spot instances for the CDE service.
      • setMinimumSpotInstances

        public void setMinimumSpotInstances​(Integer minimumSpotInstances)
        Setter for minimumSpotInstances. Minimum number of spot instances for the CDE service.
      • getMaximumSpotInstances

        public Integer getMaximumSpotInstances()
        Getter for maximumSpotInstances. Maximum number of spot instances for the CDE service.
      • setMaximumSpotInstances

        public void setMaximumSpotInstances​(Integer maximumSpotInstances)
        Setter for maximumSpotInstances. Maximum number of spot instances for the CDE service.
      • getWhitelistIps

        public List<String> getWhitelistIps()
        Getter for whitelistIps. List of CIDRs that would be allowed to access kubernetes master API server.
      • setWhitelistIps

        public void setWhitelistIps​(List<String> whitelistIps)
        Setter for whitelistIps. List of CIDRs that would be allowed to access kubernetes master API server.
      • getLoadbalancerAllowlist

        public List<String> getLoadbalancerAllowlist()
        Getter for loadbalancerAllowlist. List of CIDRs that would be allowed to access the load balancer.
      • setLoadbalancerAllowlist

        public void setLoadbalancerAllowlist​(List<String> loadbalancerAllowlist)
        Setter for loadbalancerAllowlist. List of CIDRs that would be allowed to access the load balancer.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object