Show / Hide Table of Contents

Class AssociatedCapacityRequestDetails

Details about the associated capacity requests against which the resources were provisioned by oracle.

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

Properties

HandoverQuantity

Declaration
[Required(ErrorMessage = "HandoverQuantity is required.")]
[JsonProperty(PropertyName = "handoverQuantity")]
public long? HandoverQuantity { get; set; }
Property Value
Type Description
long?

The total quantity of the bare metal hardware that was made available corresponding to the capacity request ocid.

Remarks

Required

OccCapacityRequestId

Declaration
[Required(ErrorMessage = "OccCapacityRequestId is required.")]
[JsonProperty(PropertyName = "occCapacityRequestId")]
public string OccCapacityRequestId { get; set; }
Property Value
Type Description
string

The OCID of the capacity request against which the resources were provisioned.

Remarks

Required

In this article
Back to top