Show / Hide Table of Contents

Class UpdateInternalOccmDemandSignalDetails

An internal model to update the demand signal state.

Inheritance
object
UpdateInternalOccmDemandSignalDetails
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 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.
IN_PROGRESS -> Transitions the demand signal to IN_PROGRESS state. REJECTED -> Transitions the demand signal to REJECTED state. COMPLETED -> This will transition the demand signal to COMPLETED state.

In this article
Back to top