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 Details

    • ProvisionK8sRequest

      public ProvisionK8sRequest()
  • Method Details

    • getInstanceGroups

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

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

      public String getEnvironmentName()
      Getter for environmentName. The name of the environment for the workspace to create.
    • setEnvironmentName

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The name of the environment for the workspace to create.
    • getTags

      public List<ProvisionTag> getTags()
      Getter for tags. Tags to add to the cloud provider resources created. This is in addition to any tags added by Cloudera.
    • setTags

      public void setTags(List<ProvisionTag> tags)
      Setter for tags. Tags to add to the cloud provider resources created. This is in addition to any tags added by Cloudera.
    • getNetwork

      public OverlayNetwork getNetwork()
      Getter for network. The overlay network for an AWS Kubernetes cluster's CNI.
    • setNetwork

      public void setNetwork(OverlayNetwork network)
      Setter for network. The overlay network for an AWS Kubernetes cluster's CNI.
    • 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