CccInfrastructureInventory

class oci.compute_cloud_at_customer.models.CccInfrastructureInventory(**kwargs)

Bases: object

Inventory for a Compute Cloud@Customer infrastructure. This information cannot be updated and is from the infrastructure. The information will only be available after the connectionState is transitioned to CONNECTED.

Methods

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

Attributes

capacity_storage_tray_count Gets the capacity_storage_tray_count of this CccInfrastructureInventory.
compute_node_count Gets the compute_node_count of this CccInfrastructureInventory.
management_node_count Gets the management_node_count of this CccInfrastructureInventory.
performance_storage_tray_count Gets the performance_storage_tray_count of this CccInfrastructureInventory.
serial_number Gets the serial_number of this CccInfrastructureInventory.
__init__(**kwargs)

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

Parameters:
  • serial_number (str) – The value to assign to the serial_number property of this CccInfrastructureInventory.
  • management_node_count (int) – The value to assign to the management_node_count property of this CccInfrastructureInventory.
  • compute_node_count (int) – The value to assign to the compute_node_count property of this CccInfrastructureInventory.
  • capacity_storage_tray_count (int) – The value to assign to the capacity_storage_tray_count property of this CccInfrastructureInventory.
  • performance_storage_tray_count (int) – The value to assign to the performance_storage_tray_count property of this CccInfrastructureInventory.
capacity_storage_tray_count

Gets the capacity_storage_tray_count of this CccInfrastructureInventory. The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.

Returns:The capacity_storage_tray_count of this CccInfrastructureInventory.
Return type:int
compute_node_count

Gets the compute_node_count of this CccInfrastructureInventory. The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.

Returns:The compute_node_count of this CccInfrastructureInventory.
Return type:int
management_node_count

Gets the management_node_count of this CccInfrastructureInventory. The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.

Returns:The management_node_count of this CccInfrastructureInventory.
Return type:int
performance_storage_tray_count

Gets the performance_storage_tray_count of this CccInfrastructureInventory. The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.

Returns:The performance_storage_tray_count of this CccInfrastructureInventory.
Return type:int
serial_number

Gets the serial_number of this CccInfrastructureInventory. The serial number of the Compute Cloud@Customer infrastructure rack.

Returns:The serial_number of this CccInfrastructureInventory.
Return type:str