Show / Hide Table of Contents

Class UpdateInternalOccCapacityRequestDetails

The details required for making an internal API update call for the capacity requests.

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

Properties

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.

In this article
Back to top