Package com.cloudera.cdp.datahub.model
Class CreateAzureClusterRequest
java.lang.Object
com.cloudera.cdp.datahub.model.CreateAzureClusterRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class CreateAzureClusterRequest
extends Object
Request object for create Azure cluster request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterDefinitionName.Getter for clusterExtension.Getter for clusterName.Getter for clusterTemplateName.Getter for customConfigurationsName.Getter for databaseType.Getter for datahubDatabase.Getter for enableLoadBalancer.Getter for environmentName.Getter for flexibleServerDelegatedSubnetId.getImage()
Getter for image.Getter for instanceGroups.Getter for javaVersion.Getter for loadBalancerSku.Getter for multiAz.Getter for requestTemplate.Getter for subnetId.getTags()
Getter for tags.int
hashCode()
void
setClusterDefinitionName
(String clusterDefinitionName) Setter for clusterDefinitionName.void
setClusterExtension
(ClusterExtension clusterExtension) Setter for clusterExtension.void
setClusterName
(String clusterName) Setter for clusterName.void
setClusterTemplateName
(String clusterTemplateName) Setter for clusterTemplateName.void
setCustomConfigurationsName
(String customConfigurationsName) Setter for customConfigurationsName.void
setDatabaseType
(String databaseType) Setter for databaseType.void
setDatahubDatabase
(String datahubDatabase) Setter for datahubDatabase.void
setEnableLoadBalancer
(Boolean enableLoadBalancer) Setter for enableLoadBalancer.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setFlexibleServerDelegatedSubnetId
(String flexibleServerDelegatedSubnetId) Setter for flexibleServerDelegatedSubnetId.void
setImage
(ImageRequest image) Setter for image.void
setInstanceGroups
(List<AzureInstanceGroupRequest> instanceGroups) Setter for instanceGroups.void
setJavaVersion
(Integer javaVersion) Setter for javaVersion.void
setLoadBalancerSku
(String loadBalancerSku) Setter for loadBalancerSku.void
setMultiAz
(Boolean multiAz) Setter for multiAz.void
setRequestTemplate
(String requestTemplate) Setter for requestTemplate.void
setSubnetId
(String subnetId) Setter for subnetId.void
setTags
(List<DatahubResourceTagRequest> tags) Setter for tags.toString()
-
Constructor Details
-
CreateAzureClusterRequest
public CreateAzureClusterRequest()
-
-
Method Details
-
getClusterName
Getter for clusterName. The name of the cluster. This name must be unique, must have between 5 and 40 characters, and must contain only lowercase letters, numbers and hyphens. Names are case-sensitive. -
setClusterName
Setter for clusterName. The name of the cluster. This name must be unique, must have between 5 and 40 characters, and must contain only lowercase letters, numbers and hyphens. Names are case-sensitive. -
getClusterDefinitionName
Getter for clusterDefinitionName. The name or CRN of the cluster definition to use for cluster creation. -
setClusterDefinitionName
Setter for clusterDefinitionName. The name or CRN of the cluster definition to use for cluster creation. -
getEnvironmentName
Getter for environmentName. Name or CRN of the environment to use when creating the cluster. The environment must be an Azure environment. -
setEnvironmentName
Setter for environmentName. Name or CRN of the environment to use when creating the cluster. The environment must be an Azure environment. -
getClusterTemplateName
Getter for clusterTemplateName. Name or CRN of the cluster template to use for cluster creation. -
setClusterTemplateName
Setter for clusterTemplateName. Name or CRN of the cluster template to use for cluster creation. -
getCustomConfigurationsName
Getter for customConfigurationsName. The name of the custom configurations to use for cluster creation. -
setCustomConfigurationsName
Setter for customConfigurationsName. The name of the custom configurations to use for cluster creation. -
getInstanceGroups
Getter for instanceGroups. Instance group details. -
setInstanceGroups
Setter for instanceGroups. Instance group details. -
getSubnetId
Getter for subnetId. The subnet ID. -
setSubnetId
Setter for subnetId. The subnet ID. -
getImage
Getter for image. The image to be used for cluster creation. -
setImage
Setter for image. The image to be used for cluster creation. -
getTags
Getter for tags. Tags to be added to Datahub related resources. -
setTags
Setter for tags. Tags to be added to Datahub related resources. -
getRequestTemplate
Getter for requestTemplate. JSON template to use for cluster creation. This is different from cluster template and would be removed in the future. -
setRequestTemplate
Setter for requestTemplate. JSON template to use for cluster creation. This is different from cluster template and would be removed in the future. -
getDatahubDatabase
Getter for datahubDatabase. Database type for datahub. Currently supported values: NONE, NON_HA, HA -
setDatahubDatabase
Setter for datahubDatabase. Database type for datahub. Currently supported values: NONE, NON_HA, HA -
getMultiAz
Getter for multiAz. Flag that toggles the multi availability zone feature for the given datahub cluster when unsure what subnet IDs can be used. When true, the subnet IDs suggested by the environment will be used. -
setMultiAz
Setter for multiAz. Flag that toggles the multi availability zone feature for the given datahub cluster when unsure what subnet IDs can be used. When true, the subnet IDs suggested by the environment will be used. -
getLoadBalancerSku
Getter for loadBalancerSku. The SKU for the datahub load balancer. Allowed values are \"BASIC\", \"STANDARD\", or \"NONE\". -
setLoadBalancerSku
Setter for loadBalancerSku. The SKU for the datahub load balancer. Allowed values are \"BASIC\", \"STANDARD\", or \"NONE\". -
getClusterExtension
Getter for clusterExtension. Cluster extensions for the given Data Hub cluster. -
setClusterExtension
Setter for clusterExtension. Cluster extensions for the given Data Hub cluster. -
getEnableLoadBalancer
Getter for enableLoadBalancer. Flag that decides whether to provision a load-balancer to front various service endpoints for the given datahub. This will typically be used for HA cluster shapes. -
setEnableLoadBalancer
Setter for enableLoadBalancer. Flag that decides whether to provision a load-balancer to front various service endpoints for the given datahub. This will typically be used for HA cluster shapes. -
getDatabaseType
Getter for databaseType. The type of the azure database. FLEXIBLE_SERVER is the next generation managed PostgreSQL service in Azure that provides maximum flexibility over your database, built-in cost-optimizations. SINGLE_SERVER is a fully managed database service with minimal requirements for customizations of the database. -
setDatabaseType
Setter for databaseType. The type of the azure database. FLEXIBLE_SERVER is the next generation managed PostgreSQL service in Azure that provides maximum flexibility over your database, built-in cost-optimizations. SINGLE_SERVER is a fully managed database service with minimal requirements for customizations of the database. -
getFlexibleServerDelegatedSubnetId
Getter for flexibleServerDelegatedSubnetId. Allows you to specify the subnet ID for the subnet within which you want to configure your Azure Flexible Server. -
setFlexibleServerDelegatedSubnetId
Setter for flexibleServerDelegatedSubnetId. Allows you to specify the subnet ID for the subnet within which you want to configure your Azure Flexible Server. -
getJavaVersion
Getter for javaVersion. Configure the major version of Java on the cluster. -
setJavaVersion
Setter for javaVersion. Configure the major version of Java on the cluster. -
equals
-
hashCode
public int hashCode() -
toString
-