OccHandoverResourceBlockDetailSummary

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

Bases: object

Detailed information about a particular occHandoverResourceBlock. For compute namespace this information includes host serial, host ocid etc.

Methods

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

Attributes

details [Required] Gets the details of this OccHandoverResourceBlockDetailSummary.
occ_resource_handover_block_id [Required] Gets the occ_resource_handover_block_id of this OccHandoverResourceBlockDetailSummary.
__init__(**kwargs)

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

Parameters:
  • occ_resource_handover_block_id (str) – The value to assign to the occ_resource_handover_block_id property of this OccHandoverResourceBlockDetailSummary.
  • details (dict(str, str)) – The value to assign to the details property of this OccHandoverResourceBlockDetailSummary.
details

[Required] Gets the details of this OccHandoverResourceBlockDetailSummary. A map that contains additional details for a given handover resource. For example for compute namespace this includes host ocid, host serial etc.

Returns:The details of this OccHandoverResourceBlockDetailSummary.
Return type:dict(str, str)
occ_resource_handover_block_id

[Required] Gets the occ_resource_handover_block_id of this OccHandoverResourceBlockDetailSummary. The OCID of the occResourceHandoverBlock.

Returns:The occ_resource_handover_block_id of this OccHandoverResourceBlockDetailSummary.
Return type:str