AvailableRegionSummary¶
-
class
oci.tenant_manager_control_plane.models.
AvailableRegionSummary
(**kwargs)¶ Bases:
object
The summary of region availability for a subscription.
Methods
__init__
(**kwargs)Initializes a new AvailableRegionSummary object with values from keyword arguments. Attributes
region_name
[Required] Gets the region_name of this AvailableRegionSummary. -
__init__
(**kwargs)¶ Initializes a new AvailableRegionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: region_name (str) – The value to assign to the region_name property of this AvailableRegionSummary.
-
region_name
¶ [Required] Gets the region_name of this AvailableRegionSummary. Region availability for the subscription.
Returns: The region_name of this AvailableRegionSummary. Return type: str
-