AssociatedCapacityRequestDetails

class oci.capacity_management.models.AssociatedCapacityRequestDetails(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new AssociatedCapacityRequestDetails object with values from keyword arguments.

Attributes

handover_quantity [Required] Gets the handover_quantity of this AssociatedCapacityRequestDetails.
occ_capacity_request_id [Required] Gets the occ_capacity_request_id of this AssociatedCapacityRequestDetails.
__init__(**kwargs)

Initializes a new AssociatedCapacityRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • occ_capacity_request_id (str) – The value to assign to the occ_capacity_request_id property of this AssociatedCapacityRequestDetails.
  • handover_quantity (int) – The value to assign to the handover_quantity property of this AssociatedCapacityRequestDetails.
handover_quantity

[Required] Gets the handover_quantity of this AssociatedCapacityRequestDetails. The total quantity of the bare metal hardware that was made available corresponding to the capacity request ocid.

Returns:The handover_quantity of this AssociatedCapacityRequestDetails.
Return type:int
occ_capacity_request_id

[Required] Gets the occ_capacity_request_id of this AssociatedCapacityRequestDetails. The OCID of the capacity request against which the resources were provisioned.

Returns:The occ_capacity_request_id of this AssociatedCapacityRequestDetails.
Return type:str