CreateRegionSubscriptionDetails¶
-
class
oci.identity.models.
CreateRegionSubscriptionDetails
(**kwargs)¶ Bases:
object
CreateRegionSubscriptionDetails model.
Methods
__init__
(**kwargs)Initializes a new CreateRegionSubscriptionDetails object with values from keyword arguments. Attributes
region_key
[Required] Gets the region_key of this CreateRegionSubscriptionDetails. -
__init__
(**kwargs)¶ Initializes a new CreateRegionSubscriptionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: region_key (str) – The value to assign to the region_key property of this CreateRegionSubscriptionDetails.
-
region_key
¶ [Required] Gets the region_key of this CreateRegionSubscriptionDetails. The regions’s key. See Regions and Availability Domains for the full list of supported 3-letter region codes.
Example: PHX
Returns: The region_key of this CreateRegionSubscriptionDetails. Return type: str
-