Package com.cloudera.cdp.ml.model
Class ProvisionK8sRequest
java.lang.Object
com.cloudera.cdp.ml.model.ProvisionK8sRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class ProvisionK8sRequest
extends Object
Request object for workspace provision. Required in public cloud.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for environmentName.Getter for instanceGroups.Getter for network.getTags()
Getter for tags.int
hashCode()
void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setInstanceGroups
(List<InstanceGroup> instanceGroups) Setter for instanceGroups.void
setNetwork
(OverlayNetwork network) Setter for network.void
setTags
(List<ProvisionTag> tags) Setter for tags.toString()
-
Constructor Details
-
ProvisionK8sRequest
public ProvisionK8sRequest()
-
-
Method Details
-
getInstanceGroups
Getter for instanceGroups. The instance groups. -
setInstanceGroups
Setter for instanceGroups. The instance groups. -
getEnvironmentName
Getter for environmentName. The name of the environment for the workspace to create. -
setEnvironmentName
Setter for environmentName. The name of the environment for the workspace to create. -
getTags
Getter for tags. Tags to add to the cloud provider resources created. This is in addition to any tags added by Cloudera. -
setTags
Setter for tags. Tags to add to the cloud provider resources created. This is in addition to any tags added by Cloudera. -
getNetwork
Getter for network. The overlay network for an AWS Kubernetes cluster's CNI. -
setNetwork
Setter for network. The overlay network for an AWS Kubernetes cluster's CNI. -
equals
-
hashCode
public int hashCode() -
toString
-