Class UpdateInternalOccCapacityRequestDetails
The details required for making an internal API update call for the capacity requests.
Inherited Members
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class UpdateInternalOccCapacityRequestDetailsProperties
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State. | 
RequestState
Declaration
[JsonProperty(PropertyName = "requestState")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateInternalOccCapacityRequestDetails.RequestStateEnum? RequestState { get; set; }Property Value
| Type | Description | 
|---|---|
| UpdateInternalOccCapacityRequestDetails.RequestStateEnum? | The subset of request states available internally for updating the capacity request. |