Class HeatWaveCluster
A HeatWave cluster is a database accelerator for a DB System.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class HeatWaveCluster
Properties
ClusterNodes
Declaration
[Required(ErrorMessage = "ClusterNodes is required.")]
[JsonProperty(PropertyName = "clusterNodes")]
public List<HeatWaveNode> ClusterNodes { get; set; }
Property Value
Type | Description |
---|---|
List<HeatWaveNode> | A HeatWave node is a compute host that is part of a HeatWave cluster. |
Remarks
Required
ClusterSize
Declaration
[Required(ErrorMessage = "ClusterSize is required.")]
[JsonProperty(PropertyName = "clusterSize")]
public int? ClusterSize { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster. |
Remarks
Required
DbSystemId
Declaration
[Required(ErrorMessage = "DbSystemId is required.")]
[JsonProperty(PropertyName = "dbSystemId")]
public string DbSystemId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the parent DB System this HeatWave cluster is attached to. |
Remarks
Required
IsLakehouseEnabled
Declaration
[JsonProperty(PropertyName = "isLakehouseEnabled")]
public bool? IsLakehouseEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Lakehouse enabled status for the HeatWave cluster. |
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
string | Additional information about the current lifecycleState. |
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HeatWaveCluster.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
HeatWaveCluster.LifecycleStateEnum? | The current state of the HeatWave cluster. |
Remarks
Required
ShapeName
Declaration
[Required(ErrorMessage = "ShapeName is required.")]
[JsonProperty(PropertyName = "shapeName")]
public string ShapeName { get; set; }
Property Value
Type | Description |
---|---|
string | The shape determines resources to allocate to the HeatWave nodes - CPU cores, memory. |
Remarks
Required
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the HeatWave cluster was created, as described by RFC 3339. |
Remarks
Required
TimeUpdated
Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the HeatWave cluster was last updated, as described by RFC 3339. |
Remarks
Required