Values.GetDbServerInputSourceReturns information about the specified database server.
type nonrec t = {cloudExadataInfrastructureId : ResourceIdOrArn.t;The unique identifier of the Oracle Exadata infrastructure that contains the database server.
*)dbServerId : ResourceId.t;The unique identifier of the database server to retrieve information about.
*)}val make :
cloudExadataInfrastructureId:ResourceIdOrArn.t ->
dbServerId:ResourceId.t ->
unit ->
t