Package com.cloudera.cdp.ml.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for authorizedIpRanges.Getter for authorizedIpRangesAllowList.Getter for baseDomain.Getter for clusterCrn.Getter for clusterName.Getter for domainName.Getter for instanceGroups.Getter for ipAllowlist.Getter for isPublic.Getter for liftieID.Getter for subnets.getTags()
Getter for tags.int
hashCode()
void
setAuthorizedIpRanges
(String authorizedIpRanges) Setter for authorizedIpRanges.void
setAuthorizedIpRangesAllowList
(Boolean authorizedIpRangesAllowList) Setter for authorizedIpRangesAllowList.void
setBaseDomain
(String baseDomain) Setter for baseDomain.void
setClusterCrn
(String clusterCrn) Setter for clusterCrn.void
setClusterName
(String clusterName) Setter for clusterName.void
setDomainName
(String domainName) Setter for domainName.void
setInstanceGroups
(List<WorkspaceInstanceGroup> instanceGroups) Setter for instanceGroups.void
setIpAllowlist
(String ipAllowlist) Setter for ipAllowlist.void
setIsPublic
(Boolean isPublic) Setter for isPublic.void
setLiftieID
(String liftieID) Setter for liftieID.void
setSubnets
(String subnets) Setter for subnets.void
Setter for tags.toString()
-
Constructor Details
-
KubernetesCluster
public KubernetesCluster()
-
-
Method Details
-
getClusterName
Getter for clusterName. The name of the Kubernetes cluster. -
setClusterName
Setter for clusterName. The name of the Kubernetes cluster. -
getDomainName
Getter for domainName. The domain name for the cluster. -
setDomainName
Setter for domainName. The domain name for the cluster. -
getLiftieID
Getter for liftieID. The identifier in Cloudera Data Platform Compute Service corresponding to this Kubernetes cluster. -
setLiftieID
Setter for liftieID. The identifier in Cloudera Data Platform Compute Service corresponding to this Kubernetes cluster. -
getIsPublic
Getter for isPublic. Indicates if this cluster is accepting incoming connection from public internet. -
setIsPublic
Setter for isPublic. Indicates if this cluster is accepting incoming connection from public internet. -
getIpAllowlist
Getter for ipAllowlist. The allow list of IPs for incoming connections. -
setIpAllowlist
Setter for ipAllowlist. The allow list of IPs for incoming connections. -
getBaseDomain
Getter for baseDomain. The base domain for this cluster. -
setBaseDomain
Setter for baseDomain. The base domain for this cluster. -
getSubnets
Getter for subnets. The subnets associated with this cluster. -
setSubnets
Setter for subnets. The subnets associated with this cluster. -
getAuthorizedIpRanges
Getter for authorizedIpRanges. The allow list of CIDR blocks which can access the API server. -
setAuthorizedIpRanges
Setter for authorizedIpRanges. The allow list of CIDR blocks which can access the API server. -
getAuthorizedIpRangesAllowList
Getter for authorizedIpRangesAllowList. Whether to allow only 'authorizedIPRanges' given or all public IPs. -
setAuthorizedIpRangesAllowList
Setter for authorizedIpRangesAllowList. Whether to allow only 'authorizedIPRanges' given or all public IPs. -
getTags
Getter for tags. Tags provided by the user at the time of app creation. -
setTags
Setter for tags. Tags provided by the user at the time of app creation. -
getInstanceGroups
Getter for instanceGroups. The instance groups. -
setInstanceGroups
Setter for instanceGroups. The instance groups. -
getClusterCrn
Getter for clusterCrn. The cluster CRN of the kubernetes cluster. -
setClusterCrn
Setter for clusterCrn. The cluster CRN of the kubernetes cluster. -
equals
-
hashCode
public int hashCode() -
toString
-