Class OccmDemandSignalResourcePropertiesSummary
A summary model for the Occm demand signal resource properties.
Inherited Members
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class OccmDemandSignalResourcePropertiesSummary
Properties
IsEditable
Declaration
[Required(ErrorMessage = "IsEditable is required.")]
[JsonProperty(PropertyName = "isEditable")]
public bool? IsEditable { get; set; }
Property Value
Type | Description |
---|---|
bool? | This will indicate if demand signal resource's property is editable. |
Remarks
Required
PropertyMaxValue
Declaration
[JsonProperty(PropertyName = "propertyMaxValue")]
public long? PropertyMaxValue { get; set; }
Property Value
Type | Description |
---|---|
long? | The maximum value of demand signal resource's property. This is an optional parameter. |
PropertyMinValue
Declaration
[JsonProperty(PropertyName = "propertyMinValue")]
public long? PropertyMinValue { get; set; }
Property Value
Type | Description |
---|---|
long? | The minimum value of demand signal resource's property. This is an optional parameter. |
PropertyName
Declaration
[Required(ErrorMessage = "PropertyName is required.")]
[JsonProperty(PropertyName = "propertyName")]
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of demand signal resource's property. |
Remarks
Required
PropertyOptions
Declaration
[JsonProperty(PropertyName = "propertyOptions")]
public List<OccmDemandSignalResourcePropertyOptionSummary> PropertyOptions { get; set; }
Property Value
Type | Description |
---|---|
List<OccmDemandSignalResourcePropertyOptionSummary> | Predefined options for demand signal resource's property. This is an optional parameter. |
PropertyUnit
Declaration
[JsonProperty(PropertyName = "propertyUnit")]
public string PropertyUnit { get; set; }
Property Value
Type | Description |
---|---|
string | Unit for demand signal resource's property. |
PropertyValue
Declaration
[Required(ErrorMessage = "PropertyValue is required.")]
[JsonProperty(PropertyName = "propertyValue")]
public string PropertyValue { get; set; }
Property Value
Type | Description |
---|---|
string | Default value of demand signal resource's property. |
Remarks
Required