Show / Hide Table of Contents

Class OccmDemandSignalResourcePropertyConstraintsSummary

A summary model for the Occm demand signal resource property constraints.

Inheritance
object
OccmDemandSignalResourcePropertyConstraintsSummary
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 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

In this article
Back to top