def get_db_system():
    db_system = DbSystem()
    db_system.display_name = 'ansible_db_system'
    db_system.freeform_tags = {'system_type': 'exadata'}
    db_system.defined_tags = {'system_strength': {'shape': 'small'}}
    return db_system
def get_db_system():
    db_system = DbSystem()
    db_system.display_name = "ansible_db_system"
    db_system.freeform_tags = {"system_type": "exadata"}
    db_system.defined_tags = {"system_strength": {"shape": "small"}}
    return db_system