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