Package com.cloudera.cdp.dw.model
Class ClusterSummaryResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.ClusterSummaryResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ClusterSummaryResponse
extends CdpResponse
A Cloudera Data Warehouse cluster.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Getter for awsOptions.Getter for azureOptions.Getter for cloudPlatform.Getter for computeInstanceTypes.Getter for creationDate.Getter for creator.getCrn()
Getter for crn.Getter for description.Getter for enablePrivateLoadBalancer.Getter for enableSpotInstances.Getter for environmentCrn.Getter for externalBuckets.getId()
Getter for id.getName()
Getter for name.Deprecated.Deprecated.Getter for resourcePool.Getter for status.Getter for useOverlayNetwork.Getter for version.Getter for whitelistK8sClusterAccessIpCIDRs.Getter for whitelistWorkloadAccessIpCIDRs.int
hashCode()
void
setAdditionalInstanceTypes
(List<String> additionalInstanceTypes) Deprecated.void
setAwsOptions
(AwsOptionsResponse awsOptions) Setter for awsOptions.void
setAzureOptions
(AzureOptionsResponse azureOptions) Setter for azureOptions.void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setComputeInstanceTypes
(List<String> computeInstanceTypes) Setter for computeInstanceTypes.void
setCreationDate
(ZonedDateTime creationDate) Setter for creationDate.void
setCreator
(ActorResponse creator) Setter for creator.void
Setter for crn.void
setDescription
(String description) Setter for description.void
setEnablePrivateLoadBalancer
(Boolean enablePrivateLoadBalancer) Setter for enablePrivateLoadBalancer.void
setEnableSpotInstances
(Boolean enableSpotInstances) Setter for enableSpotInstances.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setExternalBuckets
(List<ExternalBucket> externalBuckets) Setter for externalBuckets.void
Setter for id.void
Setter for name.void
setReservedComputeNodes
(Integer reservedComputeNodes) Deprecated.void
setReservedSharedServicesNodes
(Integer reservedSharedServicesNodes) Deprecated.void
setResourcePool
(String resourcePool) Setter for resourcePool.void
Setter for status.void
setUseOverlayNetwork
(Boolean useOverlayNetwork) Setter for useOverlayNetwork.void
setVersion
(String version) Setter for version.void
setWhitelistK8sClusterAccessIpCIDRs
(String whitelistK8sClusterAccessIpCIDRs) Setter for whitelistK8sClusterAccessIpCIDRs.void
setWhitelistWorkloadAccessIpCIDRs
(String whitelistWorkloadAccessIpCIDRs) Setter for whitelistWorkloadAccessIpCIDRs.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ClusterSummaryResponse
public ClusterSummaryResponse()
-
-
Method Details
-
getCrn
Getter for crn. The CRN of the cluster. -
setCrn
Setter for crn. The CRN of the cluster. -
getId
Getter for id. The ID of the cluster. -
setId
Setter for id. The ID of the cluster. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment where the cluster is located. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment where the cluster is located. -
getName
Getter for name. Name of the cluster (same as the name of the environment). -
setName
Setter for name. Name of the cluster (same as the name of the environment). -
getStatus
Getter for status. Status of the cluster. Possible values are: Creating, Created, Accepted, Starting, Running, Stopping, Stopped, Updating, PreUpdate, Upgrading, PreUpgrade, Restarting, Deleting, Waiting, Failed, Error. -
setStatus
Setter for status. Status of the cluster. Possible values are: Creating, Created, Accepted, Starting, Running, Stopping, Stopped, Updating, PreUpdate, Upgrading, PreUpgrade, Restarting, Deleting, Waiting, Failed, Error. -
getCreator
Getter for creator. The creator of the cluster. -
setCreator
Setter for creator. The creator of the cluster. -
getCreationDate
Getter for creationDate. Creation date of cluster. -
setCreationDate
Setter for creationDate. Creation date of cluster. -
getCloudPlatform
Getter for cloudPlatform. The cloud platform of the environment that was used to create this cluster. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform of the environment that was used to create this cluster. -
getVersion
Getter for version. The version of the deployed CDW cluster. -
setVersion
Setter for version. The version of the deployed CDW cluster. -
getEnableSpotInstances
Getter for enableSpotInstances. Denotes whether the spot instances have been enabled for the cluster. This value is only available for AWS and Azure clusters. -
setEnableSpotInstances
Setter for enableSpotInstances. Denotes whether the spot instances have been enabled for the cluster. This value is only available for AWS and Azure clusters. -
getReservedComputeNodes
Deprecated.Getter for reservedComputeNodes. DEPRECATED - will be removed in future releases. Number of additional reserved nodes for executors and coordinators to use during autoscaling. -
setReservedComputeNodes
Deprecated.Setter for reservedComputeNodes. DEPRECATED - will be removed in future releases. Number of additional reserved nodes for executors and coordinators to use during autoscaling. -
getComputeInstanceTypes
Getter for computeInstanceTypes. NOTE: The cluster level instance type selection will be replaced by virtual warehouse level selection. Compute instance types that the environment is restricted to use. This affects the creation of the virtual warehouses where this restriction will apply. -
setComputeInstanceTypes
Setter for computeInstanceTypes. NOTE: The cluster level instance type selection will be replaced by virtual warehouse level selection. Compute instance types that the environment is restricted to use. This affects the creation of the virtual warehouses where this restriction will apply. -
getAdditionalInstanceTypes
Deprecated.Getter for additionalInstanceTypes. DEPRECATED: Additional compute instance types will be removed in subsequent releases. Additional (fallback) instance types listed in their priority order. They are used instead of the primary compute instance type in case it is unavailable. Since additional instance types are not supported for Azure, this is always empty for it. -
setAdditionalInstanceTypes
Deprecated.Setter for additionalInstanceTypes. DEPRECATED: Additional compute instance types will be removed in subsequent releases. Additional (fallback) instance types listed in their priority order. They are used instead of the primary compute instance type in case it is unavailable. Since additional instance types are not supported for Azure, this is always empty for it. -
getAwsOptions
Getter for awsOptions. Response object of AWS related cluster options. -
setAwsOptions
Setter for awsOptions. Response object of AWS related cluster options. -
getAzureOptions
Getter for azureOptions. Response object of Azure related cluster options. -
setAzureOptions
Setter for azureOptions. Response object of Azure related cluster options. -
getDescription
Getter for description. Cluster description. -
setDescription
Setter for description. Cluster description. -
getWhitelistK8sClusterAccessIpCIDRs
Getter for whitelistK8sClusterAccessIpCIDRs. List of IP address CIDRs to whitelist for kubernetes cluster access. -
setWhitelistK8sClusterAccessIpCIDRs
Setter for whitelistK8sClusterAccessIpCIDRs. List of IP address CIDRs to whitelist for kubernetes cluster access. -
getWhitelistWorkloadAccessIpCIDRs
Getter for whitelistWorkloadAccessIpCIDRs. List of IP address CIDRs to whitelist for workload access. -
setWhitelistWorkloadAccessIpCIDRs
Setter for whitelistWorkloadAccessIpCIDRs. List of IP address CIDRs to whitelist for workload access. -
getUseOverlayNetwork
Getter for useOverlayNetwork. Denotes whether the overlay network is being used for the cluster. -
setUseOverlayNetwork
Setter for useOverlayNetwork. Denotes whether the overlay network is being used for the cluster. -
getEnablePrivateLoadBalancer
Getter for enablePrivateLoadBalancer. Denotes whether the private load balancer is enabled for the cluster. -
setEnablePrivateLoadBalancer
Setter for enablePrivateLoadBalancer. Denotes whether the private load balancer is enabled for the cluster. -
getResourcePool
Getter for resourcePool. The name of the Resource Pool the cluster is in. -
setResourcePool
Setter for resourcePool. The name of the Resource Pool the cluster is in. -
getExternalBuckets
Getter for externalBuckets. External buckets attached to the environment. -
setExternalBuckets
Setter for externalBuckets. External buckets attached to the environment. -
equals
-
hashCode
public int hashCode() -
toString
-