Show / Hide Table of Contents

Class OccmDemandSignalResourcePropertyOptionSummary

A summary model for the Occm demand signal resource property option. To support range of the options for a property

Inheritance
object
OccmDemandSignalResourcePropertyOptionSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top