DistributedDbMetadata¶
- 
class oci.distributed_database.models.DistributedDbMetadata(**kwargs)¶
- Bases: - object- Additional metadata related to Globally distributed database resources. - Methods - __init__(**kwargs)- Initializes a new DistributedDbMetadata object with values from keyword arguments. - Attributes - map- Gets the map of this DistributedDbMetadata. - 
__init__(**kwargs)¶
- Initializes a new DistributedDbMetadata 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 DistributedDbMetadata. 
 - 
map¶
- Gets the map of this DistributedDbMetadata. The map containing key-value pair of additional metadata. - Returns: - The map of this DistributedDbMetadata. - Return type: - dict(str, str) 
 
-