ComputeHpcIslandCollection

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

Bases: object

A list of compute HPC islands.

Methods

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

Attributes

items [Required] Gets the items of this ComputeHpcIslandCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.core.models.ComputeHpcIslandSummary]) – The value to assign to the items property of this ComputeHpcIslandCollection.
items

[Required] Gets the items of this ComputeHpcIslandCollection. The list of compute HPC islands.

Returns:The items of this ComputeHpcIslandCollection.
Return type:list[oci.core.models.ComputeHpcIslandSummary]