DistributedAutonomousDbMetadata¶
-
class
oci.distributed_database.models.
DistributedAutonomousDbMetadata
(**kwargs)¶ Bases:
object
Additional metadata related to Globally distributed autonomous database resources.
Methods
__init__
(**kwargs)Initializes a new DistributedAutonomousDbMetadata object with values from keyword arguments. Attributes
map
Gets the map of this DistributedAutonomousDbMetadata. -
__init__
(**kwargs)¶ Initializes a new DistributedAutonomousDbMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: map (dict(str, str)) – The value to assign to the map property of this DistributedAutonomousDbMetadata.
-
map
¶ Gets the map of this DistributedAutonomousDbMetadata. The map containing key-value pair of additional metadata.
Returns: The map of this DistributedAutonomousDbMetadata. Return type: dict(str, str)
-