ComputeNetworkBlockSummary

class oci.core.models.ComputeNetworkBlockSummary(**kwargs)

Bases: object

Summary information for a compute network block.

Methods

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

Attributes

compute_capacity_topology_id [Required] Gets the compute_capacity_topology_id of this ComputeNetworkBlockSummary.
compute_hpc_island_id [Required] Gets the compute_hpc_island_id of this ComputeNetworkBlockSummary.
id [Required] Gets the id of this ComputeNetworkBlockSummary.
lifecycle_state [Required] Gets the lifecycle_state of this ComputeNetworkBlockSummary.
time_created [Required] Gets the time_created of this ComputeNetworkBlockSummary.
time_updated [Required] Gets the time_updated of this ComputeNetworkBlockSummary.
total_compute_bare_metal_host_count [Required] Gets the total_compute_bare_metal_host_count of this ComputeNetworkBlockSummary.
__init__(**kwargs)

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

Parameters:
  • compute_capacity_topology_id (str) – The value to assign to the compute_capacity_topology_id property of this ComputeNetworkBlockSummary.
  • compute_hpc_island_id (str) – The value to assign to the compute_hpc_island_id property of this ComputeNetworkBlockSummary.
  • id (str) – The value to assign to the id property of this ComputeNetworkBlockSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ComputeNetworkBlockSummary.
  • time_created (datetime) – The value to assign to the time_created property of this ComputeNetworkBlockSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this ComputeNetworkBlockSummary.
  • total_compute_bare_metal_host_count (int) – The value to assign to the total_compute_bare_metal_host_count property of this ComputeNetworkBlockSummary.
compute_capacity_topology_id

[Required] Gets the compute_capacity_topology_id of this ComputeNetworkBlockSummary. The OCID of the compute capacity topology.

Returns:The compute_capacity_topology_id of this ComputeNetworkBlockSummary.
Return type:str
compute_hpc_island_id

[Required] Gets the compute_hpc_island_id of this ComputeNetworkBlockSummary. The OCID of the compute HPC island.

Returns:The compute_hpc_island_id of this ComputeNetworkBlockSummary.
Return type:str
id

[Required] Gets the id of this ComputeNetworkBlockSummary. The OCID of the compute network block.

Returns:The id of this ComputeNetworkBlockSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this ComputeNetworkBlockSummary. The current state of the compute network block.

Returns:The lifecycle_state of this ComputeNetworkBlockSummary.
Return type:str
time_created

[Required] Gets the time_created of this ComputeNetworkBlockSummary. The date and time that the compute network block was created, in the format defined by RFC3339.

Example: 2016-08-25T21:10:29.600Z

Returns:The time_created of this ComputeNetworkBlockSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this ComputeNetworkBlockSummary. The date and time that the compute network block was updated, in the format defined by RFC3339.

Example: 2016-08-25T21:10:29.600Z

Returns:The time_updated of this ComputeNetworkBlockSummary.
Return type:datetime
total_compute_bare_metal_host_count

[Required] Gets the total_compute_bare_metal_host_count of this ComputeNetworkBlockSummary. The total number of compute bare metal hosts located in the compute network block.

Returns:The total_compute_bare_metal_host_count of this ComputeNetworkBlockSummary.
Return type:int