CccInfrastructureCollection

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

Bases: object

Results of a Compute Cloud@Customer infrastructure search.

Methods

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

Attributes

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

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

Parameters:items (list[oci.compute_cloud_at_customer.models.CccInfrastructureSummary]) – The value to assign to the items property of this CccInfrastructureCollection.
items

[Required] Gets the items of this CccInfrastructureCollection. List of Compute Cloud@Customer infrastructures.

Returns:The items of this CccInfrastructureCollection.
Return type:list[oci.compute_cloud_at_customer.models.CccInfrastructureSummary]