AssociatedOccHandoverResourceBlock¶
-
class
oci.capacity_management.models.
AssociatedOccHandoverResourceBlock
(**kwargs)¶ Bases:
object
Details about the resource block that was handed over.
Methods
__init__
(**kwargs)Initializes a new AssociatedOccHandoverResourceBlock object with values from keyword arguments. Attributes
handover_quantity
Gets the handover_quantity of this AssociatedOccHandoverResourceBlock. occ_handover_resource_block_id
Gets the occ_handover_resource_block_id of this AssociatedOccHandoverResourceBlock. -
__init__
(**kwargs)¶ Initializes a new AssociatedOccHandoverResourceBlock object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - occ_handover_resource_block_id (str) – The value to assign to the occ_handover_resource_block_id property of this AssociatedOccHandoverResourceBlock.
- handover_quantity (int) – The value to assign to the handover_quantity property of this AssociatedOccHandoverResourceBlock.
-
handover_quantity
¶ Gets the handover_quantity of this AssociatedOccHandoverResourceBlock. The total quantity of the resource that was made available to the customer as part of this resource block
Returns: The handover_quantity of this AssociatedOccHandoverResourceBlock. Return type: int
-
occ_handover_resource_block_id
¶ Gets the occ_handover_resource_block_id of this AssociatedOccHandoverResourceBlock. The OCID of the handed over resource block.
Returns: The occ_handover_resource_block_id of this AssociatedOccHandoverResourceBlock. Return type: str
-