Class KubernetesCluster

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class KubernetesCluster extends Object
The Kubernetes cluster information
  • Constructor Details

    • KubernetesCluster

      public KubernetesCluster()
  • Method Details

    • getClusterName

      public String getClusterName()
      Getter for clusterName. The name of the Kubernetes cluster.
    • setClusterName

      public void setClusterName(String clusterName)
      Setter for clusterName. The name of the Kubernetes cluster.
    • getDomainName

      public String getDomainName()
      Getter for domainName. The domain name for the cluster.
    • setDomainName

      public void setDomainName(String domainName)
      Setter for domainName. The domain name for the cluster.
    • getLiftieID

      public String getLiftieID()
      Getter for liftieID. The identifier in Cloudera Data Platform Compute Service corresponding to this Kubernetes cluster.
    • setLiftieID

      public void setLiftieID(String liftieID)
      Setter for liftieID. The identifier in Cloudera Data Platform Compute Service corresponding to this Kubernetes cluster.
    • getIsPublic

      public Boolean getIsPublic()
      Getter for isPublic. Indicates if this cluster is accepting incoming connection from public internet.
    • setIsPublic

      public void setIsPublic(Boolean isPublic)
      Setter for isPublic. Indicates if this cluster is accepting incoming connection from public internet.
    • getIpAllowlist

      public String getIpAllowlist()
      Getter for ipAllowlist. The allow list of IPs for incoming connections.
    • setIpAllowlist

      public void setIpAllowlist(String ipAllowlist)
      Setter for ipAllowlist. The allow list of IPs for incoming connections.
    • getBaseDomain

      public String getBaseDomain()
      Getter for baseDomain. The base domain for this cluster.
    • setBaseDomain

      public void setBaseDomain(String baseDomain)
      Setter for baseDomain. The base domain for this cluster.
    • getSubnets

      public String getSubnets()
      Getter for subnets. The subnets associated with this cluster.
    • setSubnets

      public void setSubnets(String subnets)
      Setter for subnets. The subnets associated with this cluster.
    • getAuthorizedIpRanges

      public String getAuthorizedIpRanges()
      Getter for authorizedIpRanges. The allow list of CIDR blocks which can access the API server.
    • setAuthorizedIpRanges

      public void setAuthorizedIpRanges(String authorizedIpRanges)
      Setter for authorizedIpRanges. The allow list of CIDR blocks which can access the API server.
    • getAuthorizedIpRangesAllowList

      public Boolean getAuthorizedIpRangesAllowList()
      Getter for authorizedIpRangesAllowList. Whether to allow only 'authorizedIPRanges' given or all public IPs.
    • setAuthorizedIpRangesAllowList

      public void setAuthorizedIpRangesAllowList(Boolean authorizedIpRangesAllowList)
      Setter for authorizedIpRangesAllowList. Whether to allow only 'authorizedIPRanges' given or all public IPs.
    • getTags

      public List<Tag> getTags()
      Getter for tags. Tags provided by the user at the time of app creation.
    • setTags

      public void setTags(List<Tag> tags)
      Setter for tags. Tags provided by the user at the time of app creation.
    • getInstanceGroups

      public List<WorkspaceInstanceGroup> getInstanceGroups()
      Getter for instanceGroups. The instance groups.
    • setInstanceGroups

      public void setInstanceGroups(List<WorkspaceInstanceGroup> instanceGroups)
      Setter for instanceGroups. The instance groups.
    • getClusterCrn

      public String getClusterCrn()
      Getter for clusterCrn. The cluster CRN of the kubernetes cluster.
    • setClusterCrn

      public void setClusterCrn(String clusterCrn)
      Setter for clusterCrn. The cluster CRN of the kubernetes cluster.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object