Class OccmDemandSignalResourcePropertyOptionSummary
A summary model for the Occm demand signal resource property option. To support range of the options for a property
Inherited Members
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class OccmDemandSignalResourcePropertyOptionSummary
Properties
OptionKey
Declaration
[Required(ErrorMessage = "OptionKey is required.")]
[JsonProperty(PropertyName = "optionKey")]
public string OptionKey { get; set; }
Property Value
Type | Description |
---|---|
string | key of a property option like memoryValue, ocpuValue. |
Remarks
Required
OptionValue
Declaration
[Required(ErrorMessage = "OptionValue is required.")]
[JsonProperty(PropertyName = "optionValue")]
public string OptionValue { get; set; }
Property Value
Type | Description |
---|---|
string | value of a property option like 64, 2 fastconnect etc. |
Remarks
Required