AutonomousDatabaseCharacterSets¶
-
class
oci.database.models.
AutonomousDatabaseCharacterSets
(**kwargs)¶ Bases:
object
The Oracle Autonomous Database supported character sets.
To use any of the API operations, you must be authorized in an IAM policy. If you’re not authorized, talk to an administrator. If you’re an administrator who needs to write policies to give users access, see Getting Started with Policies.
Methods
__init__
(**kwargs)Initializes a new AutonomousDatabaseCharacterSets object with values from keyword arguments. Attributes
name
Gets the name of this AutonomousDatabaseCharacterSets. -
__init__
(**kwargs)¶ Initializes a new AutonomousDatabaseCharacterSets object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: name (str) – The value to assign to the name property of this AutonomousDatabaseCharacterSets.
-
name
¶ Gets the name of this AutonomousDatabaseCharacterSets. A valid Oracle character set.
Returns: The name of this AutonomousDatabaseCharacterSets. Return type: str
-