SupportedCloudRegionCollection

class oci.cloud_bridge.models.SupportedCloudRegionCollection(**kwargs)

Bases: object

Collection of supported cloud regions.

Methods

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

Attributes

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

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

Parameters:items (list[oci.cloud_bridge.models.SupportedCloudRegionSummary]) – The value to assign to the items property of this SupportedCloudRegionCollection.
items

[Required] Gets the items of this SupportedCloudRegionCollection. List of supported cloud regions.

Returns:The items of this SupportedCloudRegionCollection.
Return type:list[oci.cloud_bridge.models.SupportedCloudRegionSummary]