Class CommonApiServerResp

java.lang.Object
com.cloudera.cdp.compute.model.CommonApiServerResp

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:37.656-07:00") public class CommonApiServerResp extends Object
API server response structure.
  • Constructor Details Link icon

    • CommonApiServerResp Link icon

      public CommonApiServerResp()
  • Method Details Link icon

    • getAuthorizedIpRanges Link icon

      public List<String> getAuthorizedIpRanges()
      Getter for authorizedIpRanges. An array of IPv4 CIDR blocks.
    • setAuthorizedIpRanges Link icon

      public void setAuthorizedIpRanges(List<String> authorizedIpRanges)
      Setter for authorizedIpRanges. An array of IPv4 CIDR blocks.
    • getEnabled Link icon

      public Boolean getEnabled()
      Getter for enabled. Flag to indicate if whitelist of IP Ranges (CIDR block) for public access to the kubernetes API server is enabled.
    • setEnabled Link icon

      public void setEnabled(Boolean enabled)
      Setter for enabled. Flag to indicate if whitelist of IP Ranges (CIDR block) for public access to the kubernetes API server is enabled.
    • 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