Class OccmDemandSignalResourcePropertyConstraintsSummary
A summary model for the Occm demand signal resource property constraints.
Inherited Members
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class OccmDemandSignalResourcePropertyConstraintsSummary
Properties
ConstraintName
Declaration
[Required(ErrorMessage = "ConstraintName is required.")]
[JsonProperty(PropertyName = "constraintName")]
public string ConstraintName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of demand signal resource's property constraint. |
Remarks
Required
ConstraintValue
Declaration
[Required(ErrorMessage = "ConstraintValue is required.")]
[JsonProperty(PropertyName = "constraintValue")]
public string ConstraintValue { get; set; }
Property Value
Type | Description |
---|---|
string | The value of demand signal resource's property constraint. |
Remarks
Required