Show / Hide Table of Contents

Class UpdateInternalOccmDemandSignalDeliveryDetails

Details about different fields used to update the demand signal delivery resource.

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

Properties

AcceptedQuantity

Declaration
[JsonProperty(PropertyName = "acceptedQuantity")]
public long? AcceptedQuantity { get; set; }
Property Value
Type Description
long?

The quantity of the resource that OCI will supply to the customer.

DefinedTags

Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}}

FreeformTags

Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

Justification

Declaration
[JsonProperty(PropertyName = "justification")]
public string Justification { get; set; }
Property Value
Type Description
string

This field could be used by OCI to communicate the reason for declining the request.

LifecycleDetails

Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
[JsonConverter(typeof(StringEnumConverter))]
public InternalOccmDemandSignalDelivery.LifecycleDetailsEnum? LifecycleDetails { get; set; }
Property Value
Type Description
InternalOccmDemandSignalDelivery.LifecycleDetailsEnum?

The state in which we want to transition the demand signal delivery resource.

Notes

Declaration
[JsonProperty(PropertyName = "notes")]
public string Notes { get; set; }
Property Value
Type Description
string

This field acts as a notes section for operators.

TimeDelivered

Declaration
[JsonProperty(PropertyName = "timeDelivered")]
public DateTime? TimeDelivered { get; set; }
Property Value
Type Description
DateTime?

The date on which the OCI delivered the resource to the customers.

In this article
Back to top