Class ExadataResourceConfiguration
Configuration for EXADATA
Inherited Members
Namespace: Oci.DemandsignalService.Models
Assembly: OCI.DotNetSDK.Demandsignal.dll
Syntax
public class ExadataResourceConfiguration : BaseResourceConfiguration
Properties
HwGeneration
Declaration
[JsonProperty(PropertyName = "hwGeneration")]
public string HwGeneration { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The hardware generation of the Exadata system. |
NodeType
Declaration
[Required(ErrorMessage = "NodeType is required.")]
[JsonProperty(PropertyName = "nodeType")]
public string NodeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The type of node in the Exadata system. |
Remarks
Required
UsageType
Declaration
[Required(ErrorMessage = "UsageType is required.")]
[JsonProperty(PropertyName = "usageType")]
public string UsageType { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The type of usage for the resource. |
Remarks
Required