Class ComputeResourceConfiguration
Configuration for COMPUTE
Inherited Members
Namespace: Oci.DemandsignalService.Models
Assembly: OCI.DotNetSDK.Demandsignal.dll
Syntax
public class ComputeResourceConfiguration : BaseResourceConfiguration
Properties
ComputeHwGeneration
Declaration
[JsonProperty(PropertyName = "computeHwGeneration")]
public string ComputeHwGeneration { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The hardware generation of the compute resource. |
Shape
Declaration
[Required(ErrorMessage = "Shape is required.")]
[JsonProperty(PropertyName = "shape")]
public string Shape { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The shape of the compute instance. |
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