Class UpdateInternalOccmDemandSignalDetails
An internal model to update the demand signal state.
Inherited Members
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class UpdateInternalOccmDemandSignalDetails
Properties
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateInternalOccmDemandSignalDetails.LifecycleDetailsEnum? LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateInternalOccmDemandSignalDetails.LifecycleDetailsEnum? | The subset of demand signal states available for operators for updating the demand signal.
|