ossdbtoolsservice/disaster_recovery/contracts/backup.py [373:385]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            value_type=ServiceOption.VALUE_TYPE_STRING,
            is_required=False,
            group_name='Advanced'
        ),
        ServiceOption(
            name='strictNames',
            display_name='Strict names',
            description='Require table and/or schema include patterns to match at least one entity each',
            value_type=ServiceOption.VALUE_TYPE_BOOLEAN,
            is_required=False,
            group_name='Advanced'
        ),
        ServiceOption(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ossdbtoolsservice/disaster_recovery/contracts/restore.py [256:268]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            value_type=ServiceOption.VALUE_TYPE_STRING,
            is_required=False,
            group_name='Advanced'
        ),
        ServiceOption(
            name='strictNames',
            display_name='Strict names',
            description='Require table and/or schema include patterns to match at least one entity each',
            value_type=ServiceOption.VALUE_TYPE_BOOLEAN,
            is_required=False,
            group_name='Advanced'
        ),
        ServiceOption(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



