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.
system_tags Gets the system_tags 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.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags 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
system_tags

Gets the system_tags of this AvailableRegionSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this AvailableRegionSummary.
Return type:dict(str, dict(str, object))