Package com.cloudera.cdp.datahub.model
Class ClusterLifecycleEvents
java.lang.Object
com.cloudera.cdp.datahub.model.ClusterLifecycleEvents
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class ClusterLifecycleEvents
extends Object
Related events for the stack.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for availabilityZone.Getter for blueprintId.Getter for blueprintName.Getter for cloudType.Getter for clusterId.Getter for clusterName.Getter for clusterStatus.Getter for eventMessage.Getter for eventTimestamp.Getter for eventType.Getter for instanceGroup.Getter for ldapDetails.Getter for nodeCount.Getter for notificationType.Getter for rdsDetails.Getter for region.Getter for stackCrn.Getter for stackName.Getter for stackStatus.Getter for tenantName.Getter for userId.Getter for workspaceId.int
hashCode()
void
setAvailabilityZone
(String availabilityZone) Setter for availabilityZone.void
setBlueprintId
(Long blueprintId) Setter for blueprintId.void
setBlueprintName
(String blueprintName) Setter for blueprintName.void
setCloudType
(String cloudType) Setter for cloudType.void
setClusterId
(Long clusterId) Setter for clusterId.void
setClusterName
(String clusterName) Setter for clusterName.void
setClusterStatus
(String clusterStatus) Setter for clusterStatus.void
setEventMessage
(String eventMessage) Setter for eventMessage.void
setEventTimestamp
(ZonedDateTime eventTimestamp) Setter for eventTimestamp.void
setEventType
(String eventType) Setter for eventType.void
setInstanceGroup
(String instanceGroup) Setter for instanceGroup.void
setLdapDetails
(ClusterLdapDetails ldapDetails) Setter for ldapDetails.void
setNodeCount
(Integer nodeCount) Setter for nodeCount.void
setNotificationType
(String notificationType) Setter for notificationType.void
setRdsDetails
(ClusterRdsDetails rdsDetails) Setter for rdsDetails.void
Setter for region.void
setStackCrn
(String stackCrn) Setter for stackCrn.void
setStackName
(String stackName) Setter for stackName.void
setStackStatus
(String stackStatus) Setter for stackStatus.void
setTenantName
(String tenantName) Setter for tenantName.void
Setter for userId.void
setWorkspaceId
(Long workspaceId) Setter for workspaceId.toString()
-
Constructor Details
-
ClusterLifecycleEvents
public ClusterLifecycleEvents()
-
-
Method Details
-
getEventType
Getter for eventType. Type of the event. -
setEventType
Setter for eventType. Type of the event. -
getEventTimestamp
Getter for eventTimestamp. Timestamp of this event. -
setEventTimestamp
Setter for eventTimestamp. Timestamp of this event. -
getEventMessage
Getter for eventMessage. Message from this event. -
setEventMessage
Setter for eventMessage. Message from this event. -
getUserId
Getter for userId. User ID. -
setUserId
Setter for userId. User ID. -
getNotificationType
Getter for notificationType. Type of notification as identified in the UI. -
setNotificationType
Setter for notificationType. Type of notification as identified in the UI. -
getCloudType
Getter for cloudType. Cloud provider type. -
setCloudType
Setter for cloudType. Cloud provider type. -
getRegion
Getter for region. Cloud provider region in which the cluster is deployed. -
setRegion
Setter for region. Cloud provider region in which the cluster is deployed. -
getAvailabilityZone
Getter for availabilityZone. Cloud provider availability zone for the region in which the cluster is deployed. -
setAvailabilityZone
Setter for availabilityZone. Cloud provider availability zone for the region in which the cluster is deployed. -
getBlueprintId
Getter for blueprintId. Blueprint ID for the blueprint deployed on the cluster. -
setBlueprintId
Setter for blueprintId. Blueprint ID for the blueprint deployed on the cluster. -
getBlueprintName
Getter for blueprintName. Blueprint name for the blueprint deployed on the cluster. -
setBlueprintName
Setter for blueprintName. Blueprint name for the blueprint deployed on the cluster. -
getClusterId
Getter for clusterId. ID of the cluster. -
setClusterId
Setter for clusterId. ID of the cluster. -
getClusterName
Getter for clusterName. Name of the cluster. -
setClusterName
Setter for clusterName. Name of the cluster. -
getStackCrn
Getter for stackCrn. The unique CRN of the resource. -
setStackCrn
Setter for stackCrn. The unique CRN of the resource. -
getStackName
Getter for stackName. Name of the stack. -
setStackName
Setter for stackName. Name of the stack. -
getStackStatus
Getter for stackStatus. Current status of the stack. -
setStackStatus
Setter for stackStatus. Current status of the stack. -
getNodeCount
Getter for nodeCount. Current node count for the nodes in the cluster. -
setNodeCount
Setter for nodeCount. Current node count for the nodes in the cluster. -
getInstanceGroup
Getter for instanceGroup. Name of the instance group. -
setInstanceGroup
Setter for instanceGroup. Name of the instance group. -
getClusterStatus
Getter for clusterStatus. Status of the cluster. -
setClusterStatus
Setter for clusterStatus. Status of the cluster. -
getWorkspaceId
Getter for workspaceId. Workspace ID of the resource. -
setWorkspaceId
Setter for workspaceId. Workspace ID of the resource. -
getTenantName
Getter for tenantName. Name of the current tenant. -
setTenantName
Setter for tenantName. Name of the current tenant. -
getLdapDetails
Getter for ldapDetails. Details of the LDAP. -
setLdapDetails
Setter for ldapDetails. Details of the LDAP. -
getRdsDetails
Getter for rdsDetails. Details of the RDS. -
setRdsDetails
Setter for rdsDetails. Details of the RDS. -
equals
-
hashCode
public int hashCode() -
toString
-