AvailableRegionCollection¶
-
class
oci.tenant_manager_control_plane.models.AvailableRegionCollection(**kwargs)¶ Bases:
objectList of available regions.
Methods
__init__(**kwargs)Initializes a new AvailableRegionCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this AvailableRegionCollection. -
__init__(**kwargs)¶ Initializes a new AvailableRegionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.tenant_manager_control_plane.models.AvailableRegionSummary]) – The value to assign to the items property of this AvailableRegionCollection.
-
items¶ [Required] Gets the items of this AvailableRegionCollection. Array containing available region items.
Returns: The items of this AvailableRegionCollection. Return type: list[oci.tenant_manager_control_plane.models.AvailableRegionSummary]
-